Add nativeBuildInputs to shell.nix

This commit is contained in:
John Ericson
2020-06-30 14:54:06 +00:00
parent 696bb134c1
commit baaab2aab5
+2
View File
@@ -7,6 +7,8 @@ with import ./release-common.nix { inherit pkgs enableStatic; };
(if useClang then clangStdenv else stdenv).mkDerivation {
name = "nix";
nativeBuildInputs = nativeBuildDeps;
buildInputs = buildDeps ++ propagatedDeps ++ perlDeps;
inherit configureFlags;