Unverified Commit d346c4ef authored by Aliaksandr's avatar Aliaksandr Committed by Michael Daniels
Browse files

dwl: remove top-level override

parent c156640f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
+0 −4
Original line number Diff line number Diff line
@@ -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 [ ];
  };