1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 18:01:16 +02:00

Build with large config Boehm GC

This commit is contained in:
Eelco Dolstra 2020-02-15 21:48:28 +01:00
parent f46bc0e8eb
commit 583d06385d
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
3 changed files with 10 additions and 4 deletions

View file

@ -7,7 +7,7 @@ with import ./release-common.nix { inherit pkgs; };
(if useClang then clangStdenv else stdenv).mkDerivation {
name = "nix";
buildInputs = buildDeps ++ tarballDeps ++ perlDeps ++ [ pkgs.rustfmt ];
buildInputs = buildDeps ++ propagatedDeps ++ tarballDeps ++ perlDeps ++ [ pkgs.rustfmt ];
inherit configureFlags;