forked from the-distro/ofborg
Merge pull request #48 from cransom/old-darwin-shellnix
make git an explicit dependency
This commit is contained in:
commit
478468ca2f
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ let
|
||||||
carnix
|
carnix
|
||||||
openssl.dev
|
openssl.dev
|
||||||
pkgconfig
|
pkgconfig
|
||||||
|
git
|
||||||
] ++ (lib.optional stdenv.isDarwin pkgs.darwin.Security);
|
] ++ (lib.optional stdenv.isDarwin pkgs.darwin.Security);
|
||||||
|
|
||||||
HISTFILE = "${toString ./.}/.bash_hist";
|
HISTFILE = "${toString ./.}/.bash_hist";
|
||||||
|
|
Loading…
Reference in a new issue