forked from lix-project/lix
Add nativeBuildInputs
to shell.nix
This commit is contained in:
parent
696bb134c1
commit
baaab2aab5
|
@ -7,6 +7,8 @@ with import ./release-common.nix { inherit pkgs enableStatic; };
|
||||||
(if useClang then clangStdenv else stdenv).mkDerivation {
|
(if useClang then clangStdenv else stdenv).mkDerivation {
|
||||||
name = "nix";
|
name = "nix";
|
||||||
|
|
||||||
|
nativeBuildInputs = nativeBuildDeps;
|
||||||
|
|
||||||
buildInputs = buildDeps ++ propagatedDeps ++ perlDeps;
|
buildInputs = buildDeps ++ propagatedDeps ++ perlDeps;
|
||||||
|
|
||||||
inherit configureFlags;
|
inherit configureFlags;
|
||||||
|
|
Loading…
Reference in a new issue