treewide: Fixed output fetch* derivations should use nativeBuildInputs

This commit is contained in:
John Ericson
2018-01-09 20:14:46 -05:00
parent c98e6b6771
commit 3d59b4d285
16 changed files with 16 additions and 16 deletions
@@ -44,7 +44,7 @@ in stdenv.mkDerivation {
"GIT_PROXY_COMMAND" "SOCKS_SERVER"
];
buildInputs = [ gitRepo cacert ];
nativeBuildInputs = [ gitRepo cacert ];
GIT_SSL_CAINFO = "${cacert}/etc/ssl/certs/ca-bundle.crt";