mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
Build with large config Boehm GC
This commit is contained in:
parent
f46bc0e8eb
commit
583d06385d
3 changed files with 10 additions and 4 deletions
|
@ -48,7 +48,7 @@ rec {
|
|||
buildDeps =
|
||||
[ curl
|
||||
bzip2 xz brotli zlib editline
|
||||
openssl pkgconfig sqlite boehmgc
|
||||
openssl pkgconfig sqlite
|
||||
libarchive
|
||||
boost
|
||||
nlohmann_json
|
||||
|
@ -73,6 +73,10 @@ rec {
|
|||
*/
|
||||
}));
|
||||
|
||||
propagatedDeps =
|
||||
[ (boehmgc.override { enableLargeConfig = true; })
|
||||
];
|
||||
|
||||
perlDeps =
|
||||
[ perl
|
||||
perlPackages.DBDSQLite
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue