make git an explicit dependency
My very old (10.10.x) builder tried to run a job, but failed with `error: unknown option `reference-if-able'` as it appears to have been using the system git which is also ancient. I'm still pending another job but i think this fixes it.
This commit is contained in:
parent
07f3d265f9
commit
7c9c491e73
|
@ -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