hyprpicker: don't need wlroots as build input
This commit is contained in:
parent
4b76732760
commit
05db713130
@ -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
|
||||
];
|
||||
|
@ -5513,9 +5513,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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user