mirror of
https://github.com/NixOS/nix
synced 2025-07-07 10:11:47 +02:00
Add nativeBuildInputs
to shell.nix
This commit is contained in:
parent
696bb134c1
commit
baaab2aab5
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue