Merge pull request #315926 from wineee/hyprpick

hyprpicker: don't need wlroots as build input
This commit is contained in:
rewine 2024-05-31 15:09:37 +08:00 committed by GitHub
commit 0a12c142cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 5 deletions

View File

@ -19,7 +19,6 @@
, wayland
, wayland-protocols
, wayland-scanner
, wlroots
, libXdmcp
, debug ? false
}:
@ -57,7 +56,6 @@ stdenv.mkDerivation (finalAttrs: {
wayland
wayland-protocols
wayland-scanner
wlroots
libXdmcp
util-linux
];

View File

@ -5511,9 +5511,7 @@ with pkgs;
hyprpaper = callPackage ../applications/window-managers/hyprwm/hyprpaper { };
hyprpicker = callPackage ../applications/window-managers/hyprwm/hyprpicker {
wlroots = wlroots_0_16;
};
hyprpicker = callPackage ../applications/window-managers/hyprwm/hyprpicker { };
hyprshade = python311Packages.callPackage ../applications/window-managers/hyprwm/hyprshade { };