Nix & Meson: switch to wlroots-hyprland
This commit is contained in:
parent
382b6d3f6b
commit
d8d0d3b20b
6 changed files with 20 additions and 22 deletions
|
|
@ -34,8 +34,8 @@ in {
|
|||
stdenv = final.gcc13Stdenv;
|
||||
version = "${props.version}+date=${date}_${self.shortRev or "dirty"}";
|
||||
commit = self.rev or "";
|
||||
wlroots = final.wlroots-hyprland; # explicit override until decided on breaking change of the name
|
||||
udis86 = final.udis86-hyprland; # explicit override until decided on breaking change of the name
|
||||
inherit (final) wlroots-hyprland; # explicit override until decided on breaking change of the name
|
||||
inherit date;
|
||||
};
|
||||
hyprland-unwrapped = final.hyprland.override {wrapRuntimeDeps = false;};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue