mirror of
https://github.com/urbit/shrub.git
synced 2025-01-04 10:32:34 +03:00
Add git
to default.nix dependencies
Fixes a "No such file or directory: 'git': 'git'" error in running ./scripts/nixbuild on NixOS
This commit is contained in:
parent
e7dc361918
commit
e43da61505
@ -17,7 +17,7 @@ let
|
|||||||
with darwin.apple_sdk.frameworks;
|
with darwin.apple_sdk.frameworks;
|
||||||
[ Cocoa CoreServices ]);
|
[ Cocoa CoreServices ]);
|
||||||
|
|
||||||
deps = [ cmark curl gcc gmp libsigsegv meson ncurses ninja pkgconfig zlib
|
deps = [ cmark curl gcc git gmp libsigsegv meson ncurses ninja pkgconfig zlib
|
||||||
re2c openssl ];
|
re2c openssl ];
|
||||||
|
|
||||||
isGitDir = (path: type: type != "directory" || baseNameOf path != ".git");
|
isGitDir = (path: type: type != "directory" || baseNameOf path != ".git");
|
||||||
|
Loading…
Reference in New Issue
Block a user