mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 18:12:47 +03:00
Merge pull request #1265 from jglukasik/patch-2
Add `git` to default.nix dependencies
This commit is contained in:
commit
ac6a3f03bc
@ -17,7 +17,7 @@ let
|
||||
with darwin.apple_sdk.frameworks;
|
||||
[ 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 ];
|
||||
|
||||
isGitDir = (path: type: type != "directory" || baseNameOf path != ".git");
|
||||
|
Loading…
Reference in New Issue
Block a user