Skip to content

Commit

Permalink
nix: fix missing git in wlroots build
Browse files Browse the repository at this point in the history
  • Loading branch information
andresilva authored and fufexan committed Apr 21, 2024
1 parent 4dc07c4 commit 1ce21fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nix/wlroots.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
version,
src,
git,
wlroots,
enableXWayland ? true,
}:
Expand All @@ -10,4 +11,6 @@ wlroots.overrideAttrs (old: {
pname = "${old.pname}-hyprland";

patches = [ ]; # don't inherit old.patches

nativeBuildInputs = old.nativeBuildInputs ++ [ git ];
})

0 comments on commit 1ce21fd

Please sign in to comment.