forked from the-distro/ofborg
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
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ let
|
|||
carnix
|
||||
openssl.dev
|
||||
pkgconfig
|
||||
git
|
||||
] ++ (lib.optional stdenv.isDarwin pkgs.darwin.Security);
|
||||
|
||||
HISTFILE = "${toString ./.}/.bash_hist";
|
||||
|
|
Loading…
Reference in a new issue