Merge #43021: nix: use boehmgc with enableLargeConfig

This commit is contained in:
Vladimír Čunát
2018-07-06 13:46:40 +02:00
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 , buildPlatform, hostPlatform
}: }:
+1
View File
@@ -21164,6 +21164,7 @@ with pkgs;
storeDir = config.nix.storeDir or "/nix/store"; storeDir = config.nix.storeDir or "/nix/store";
stateDir = config.nix.stateDir or "/nix/var"; stateDir = config.nix.stateDir or "/nix/var";
curl = curl_7_59; curl = curl_7_59;
boehmgc = boehmgc.override { enableLargeConfig = true; };
}) })
nix nix
nix1 nix1