cagebreak: move to pkgs/by-name

Signed-off-by: Ludovico Piero <lewdovico@gnuweeb.org>
This commit is contained in:
Ludovico Piero
2025-04-11 04:04:47 +09:00
parent 0a7e077c42
commit 35faad7437
2 changed files with 2 additions and 6 deletions
@@ -23,7 +23,7 @@
wayland-scanner,
withXwayland ? true,
xwayland,
wlroots,
wlroots_0_18,
}:
stdenv.mkDerivation rec {
@@ -59,7 +59,7 @@ stdenv.mkDerivation rec {
systemd
wayland
wayland-protocols
wlroots
wlroots_0_18
];
mesonFlags = [
-4
View File
@@ -19518,10 +19518,6 @@ with pkgs;
inherit (darwin.apple_sdk.frameworks) CoreServices;
};
cagebreak = callPackage ../applications/window-managers/cagebreak {
wlroots = wlroots_0_18;
};
zrythm = callPackage ../applications/audio/zrythm {
inherit (plasma5Packages) breeze-icons;
};