mirror of
https://github.com/NixOS/nix.git
synced 2025-12-21 16:31:07 +01:00
Build with large config Boehm GC
(cherry picked from commit 583d06385d)
This commit is contained in:
parent
91030eae50
commit
db3d3a5618
3 changed files with 12 additions and 4 deletions
|
|
@ -7,7 +7,7 @@ with import ./release-common.nix { inherit pkgs; };
|
|||
(if useClang then clangStdenv else stdenv).mkDerivation {
|
||||
name = "nix";
|
||||
|
||||
buildInputs = buildDeps ++ tarballDeps ++ perlDeps;
|
||||
buildInputs = buildDeps ++ propagatedDeps ++ tarballDeps ++ perlDeps;
|
||||
|
||||
inherit configureFlags;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue