Nix & meson: 0.16.0 -> 0.17.0
Nix: make xwayland dependencies optional
This commit is contained in:
parent
2c67c1c4f8
commit
b6e33830af
3 changed files with 3 additions and 5 deletions
|
|
@ -47,7 +47,7 @@
|
|||
};
|
||||
hyprland = prev.callPackage ./nix/default.nix {
|
||||
stdenv = prev.gcc12Stdenv;
|
||||
version = "0.16.0beta" + "+date=" + (mkDate (self.lastModifiedDate or "19700101")) + "_" + (self.shortRev or "dirty");
|
||||
version = "0.17.0beta" + "+date=" + (mkDate (self.lastModifiedDate or "19700101")) + "_" + (self.shortRev or "dirty");
|
||||
wlroots = wlroots-hyprland;
|
||||
};
|
||||
hyprland-debug = hyprland.override {debug = true;};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue