dwl: remove top-level override

This commit is contained in:
Aliaksandr
2025-12-26 23:52:37 +02:00
committed by Michael Daniels
parent c156640f88
commit d346c4ef8d
2 changed files with 2 additions and 6 deletions
+2 -2
View File
@@ -14,7 +14,7 @@
wayland,
wayland-protocols,
wayland-scanner,
wlroots,
wlroots_0_18,
writeText,
xcbutilwm,
xwayland,
@@ -62,7 +62,7 @@ stdenv.mkDerivation (finalAttrs: {
pixman
wayland
wayland-protocols
wlroots
wlroots_0_18
]
++ lib.optionals enableXWayland [
libX11
-4
View File
@@ -10144,10 +10144,6 @@ with pkgs;
droopy = python3Packages.callPackage ../applications/networking/droopy { };
dwl = callPackage ../by-name/dw/dwl/package.nix {
wlroots = wlroots_0_18;
};
evilwm = callPackage ../applications/window-managers/evilwm {
patches = config.evilwm.patches or [ ];
};