about summary refs log tree commit diff
diff options
context:
space:
mode:
authorStefan Frijters <sfrijters@gmail.com>2021-05-07 19:55:51 +0200
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-05-07 11:23:58 -0700
commit71238fe585dbf89aa0e885ea2fdc57852728526d (patch)
tree98de2dccd78d380937b2dc2f3753666d6955a78d
parent32a245bed96b441709102559143832d4337ad36d (diff)
dwl: Fix build by adding missing pixman dependency
-rw-r--r--pkgs/applications/window-managers/dwl/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/window-managers/dwl/default.nix b/pkgs/applications/window-managers/dwl/default.nix
index d8f102ed76759..3442a4b7df94b 100644
--- a/pkgs/applications/window-managers/dwl/default.nix
+++ b/pkgs/applications/window-managers/dwl/default.nix
@@ -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