mirror of
https://github.com/NixOS/nix.git
synced 2025-12-24 09:50:55 +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
|
|
@ -50,7 +50,7 @@ rec {
|
|||
buildDeps =
|
||||
[ curl
|
||||
bzip2 xz brotli editline
|
||||
openssl pkgconfig sqlite boehmgc
|
||||
openssl pkgconfig sqlite
|
||||
boost
|
||||
|
||||
# Tests
|
||||
|
|
@ -72,6 +72,10 @@ rec {
|
|||
*/
|
||||
}));
|
||||
|
||||
propagatedDeps =
|
||||
[ (boehmgc.override { enableLargeConfig = true; })
|
||||
];
|
||||
|
||||
perlDeps =
|
||||
[ perl
|
||||
perlPackages.DBDSQLite
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue