treewide: Fixed output fetch* derivations should use nativeBuildInputs
This commit is contained in:
@@ -7,7 +7,7 @@ else
|
||||
stdenv.mkDerivation {
|
||||
name = "hg-archive" + (if name != null then "-${name}" else "");
|
||||
builder = ./builder.sh;
|
||||
buildInputs = [mercurial];
|
||||
nativeBuildInputs = [mercurial];
|
||||
|
||||
impureEnvVars = stdenv.lib.fetchers.proxyImpureEnvVars;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user