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
|
||||
, libxcb
|
||||
, libxkbcommon
|
||||
, pixman
|
||||
, wayland
|
||||
, wayland-protocols
|
||||
, wlroots
|
||||
|
@ -49,6 +50,7 @@ stdenv.mkDerivation rec {
|
|||
libinput
|
||||
libxcb
|
||||
libxkbcommon
|
||||
pixman
|
||||
wayland
|
||||
wayland-protocols
|
||||
wlroots
|
||||
|
|
Loading…
Reference in a new issue