diff options
Diffstat (limited to '')
| -rw-r--r-- | packages/dwl.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/dwl.nix b/packages/dwl.nix index 985965e..637648a 100644 --- a/packages/dwl.nix +++ b/packages/dwl.nix @@ -11,7 +11,7 @@ , wayland-scanner , wayland , wayland-protocols -, wlroots +, wlroots_0_17 , writeText , xcbutilwm , xwayland @@ -43,7 +43,7 @@ stdenv.mkDerivation (finalAttrs: { pixman wayland wayland-protocols - wlroots + wlroots_0_17 ] ++ lib.optionals enableXWayland [ libX11 xcbutilwm |
