Unverified Commit 35faad74 authored by Ludovico Piero's avatar Ludovico Piero
Browse files

cagebreak: move to `pkgs/by-name`

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