Nix & Meson: switch to wlroots-hyprland
This commit is contained in:
parent
382b6d3f6b
commit
d8d0d3b20b
6 changed files with 20 additions and 22 deletions
|
|
@ -28,7 +28,7 @@
|
|||
wayland,
|
||||
wayland-protocols,
|
||||
wayland-scanner,
|
||||
wlroots,
|
||||
wlroots-hyprland,
|
||||
xcbutilwm,
|
||||
xwayland,
|
||||
debug ? false,
|
||||
|
|
@ -47,7 +47,7 @@
|
|||
assert lib.assertMsg (!nvidiaPatches) "The option `nvidiaPatches` has been removed.";
|
||||
assert lib.assertMsg (!enableNvidiaPatches) "The option `enableNvidiaPatches` has been removed.";
|
||||
assert lib.assertMsg (!hidpiXWayland) "The option `hidpiXWayland` has been removed. Please refer https://wiki.hyprland.org/Configuring/XWayland"; let
|
||||
wlr = wlroots.override {inherit enableXWayland;};
|
||||
wlr = wlroots-hyprland.override {inherit enableXWayland;};
|
||||
in
|
||||
stdenv.mkDerivation {
|
||||
pname = "hyprland${lib.optionalString debug "-debug"}";
|
||||
|
|
@ -101,7 +101,8 @@ in
|
|||
];
|
||||
|
||||
buildInputs =
|
||||
[
|
||||
wlr.buildInputs
|
||||
++ [
|
||||
cairo
|
||||
git
|
||||
hyprcursor.dev
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue