Merge #43021: nix: use boehmgc with enableLargeConfig

This commit is contained in:
Vladimír Čunát 2018-07-06 13:36:57 +02:00
commit ec199f0941
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
2 changed files with 3 additions and 1 deletions

@ -1,4 +1,5 @@
{ lib, stdenv, fetchurl, fetchpatch, pkgconfig, libatomic_ops, enableLargeConfig ? false
{ lib, stdenv, fetchurl, fetchpatch, pkgconfig, libatomic_ops
, enableLargeConfig ? false # doc: https://github.com/ivmai/bdwgc/blob/v7.6.6/doc/README.macros#L179
, buildPlatform, hostPlatform
}:

@ -21164,6 +21164,7 @@ with pkgs;
storeDir = config.nix.storeDir or "/nix/store";
stateDir = config.nix.stateDir or "/nix/var";
curl = curl_7_59;
boehmgc = boehmgc.override { enableLargeConfig = true; };
})
nix
nix1