Skip to content

Commit

Permalink
dwl: Fix build by adding missing pixman dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
SFrijters authored and Jonathan Ringer committed May 7, 2021
1 parent 32a245b commit 71238fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/applications/window-managers/dwl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
, libinput
, libxcb
, libxkbcommon
, pixman
, wayland
, wayland-protocols
, wlroots
Expand Down Expand Up @@ -49,6 +50,7 @@ stdenv.mkDerivation rec {
libinput
libxcb
libxkbcommon
pixman
wayland
wayland-protocols
wlroots
Expand Down

0 comments on commit 71238fe

Please sign in to comment.