add git dependency

This commit is contained in:
happysalada 2020-12-31 12:27:08 +09:00
parent 7fbb9e8d04
commit 28b8e38666

View File

@ -1,4 +1,4 @@
{ stdenvNoCC, elixir, hex, rebar, rebar3, cacert }:
{ stdenvNoCC, elixir, hex, rebar, rebar3, cacert, git }:
{ name, version, sha256, src, mixEnv ? "prod", debug ? false, meta ? { } }:
@ -9,7 +9,7 @@ stdenvNoCC.mkDerivation ({
phases = [ "configurePhase" "downloadPhase" ];
nativeBuildInputs = [ elixir hex cacert ];
nativeBuildInputs = [ elixir hex cacert git ];
inherit src;