dwl: Fix build by adding missing pixman dependency

This commit is contained in:
Stefan Frijters 2021-05-07 19:55:51 +02:00 committed by Jonathan Ringer
parent 32a245bed9
commit 71238fe585

View file

@ -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