dwl: Fix build by adding missing pixman dependency
This commit is contained in:
parent
32a245bed9
commit
71238fe585
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
, libinput
|
, libinput
|
||||||
, libxcb
|
, libxcb
|
||||||
, libxkbcommon
|
, libxkbcommon
|
||||||
|
, pixman
|
||||||
, wayland
|
, wayland
|
||||||
, wayland-protocols
|
, wayland-protocols
|
||||||
, wlroots
|
, wlroots
|
||||||
|
@ -49,6 +50,7 @@ stdenv.mkDerivation rec {
|
||||||
libinput
|
libinput
|
||||||
libxcb
|
libxcb
|
||||||
libxkbcommon
|
libxkbcommon
|
||||||
|
pixman
|
||||||
wayland
|
wayland
|
||||||
wayland-protocols
|
wayland-protocols
|
||||||
wlroots
|
wlroots
|
||||||
|
|
Loading…
Reference in a new issue