mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-23 22:46:16 +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 {
|
||||
name = "nix";
|
||||
|
||||
nativeBuildInputs = nativeBuildDeps;
|
||||
|
||||
buildInputs = buildDeps ++ propagatedDeps ++ perlDeps;
|
||||
|
||||
inherit configureFlags;
|
||||
|
|
Loading…
Reference in a new issue