mirror of
https://github.com/NixOS/nix.git
synced 2025-11-22 02:09:36 +01: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 {
|
||||
name = "nix";
|
||||
|
||||
nativeBuildInputs = nativeBuildDeps;
|
||||
|
||||
buildInputs = buildDeps ++ propagatedDeps ++ perlDeps;
|
||||
|
||||
inherit configureFlags;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue