Skip to content

Commit

Permalink
release-common: use large-config boehmgc, like in nixpkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
dtzWill committed Jul 21, 2018
1 parent 41fd452 commit b5b3df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release-common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ rec {
preConfigure = ":"; # override normal 'preConfigure', not needed when building from git
}))
bzip2 xz brotli zstd
openssl pkgconfig sqlite boehmgc
openssl pkgconfig sqlite (boehmgc.override { enableLargeConfig = true; })
boost

# Tests
Expand Down

0 comments on commit b5b3df6

Please sign in to comment.