sway-unwrapped: remove top-level override

This commit is contained in:
Aliaksandr
2026-01-25 11:43:58 -05:00
committed by Michael Daniels
parent 3395fa4713
commit 94fc0097e9
2 changed files with 2 additions and 6 deletions
+2 -2
View File
@@ -20,7 +20,7 @@
libinput,
gdk-pixbuf,
librsvg,
wlroots,
wlroots_0_19,
wayland-protocols,
libdrm,
nixosTests,
@@ -95,7 +95,7 @@ stdenv.mkDerivation (finalAttrs: {
librsvg
wayland-protocols
libdrm
(wlroots.override { inherit (finalAttrs) enableXWayland; })
(wlroots_0_19.override { inherit (finalAttrs) enableXWayland; })
]
++ lib.optionals finalAttrs.enableXWayland [
xorg.xcbutilwm
-4
View File
@@ -1744,10 +1744,6 @@ with pkgs;
intel-oneapi = callPackage ../development/libraries/intel-oneapi { };
sway-unwrapped = callPackage ../by-name/sw/sway-unwrapped/package.nix {
wlroots = wlroots_0_19;
};
cambrinary = python3Packages.callPackage ../applications/misc/cambrinary { };
cplex = callPackage ../applications/science/math/cplex (config.cplex or { });