mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 15:25:58 +01:00
nix: fix missing git in wlroots build
This commit is contained in:
parent
4dc07c4378
commit
1ce21fdb3e
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
version,
|
||||
src,
|
||||
git,
|
||||
wlroots,
|
||||
enableXWayland ? true,
|
||||
}:
|
||||
|
@ -10,4 +11,6 @@ wlroots.overrideAttrs (old: {
|
|||
pname = "${old.pname}-hyprland";
|
||||
|
||||
patches = [ ]; # don't inherit old.patches
|
||||
|
||||
nativeBuildInputs = old.nativeBuildInputs ++ [ git ];
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue