Skip to content

Commit 91dc6e7

Browse files
xokdviummergify[bot]
authored andcommitted
packaging/dependencies: Use boost without enableIcu
This reduces the closure size on master by 40MiB. ``` $ nix build github:nixos/nix/1e822bd4149a8bce1da81ee2ad9404986b07914c#nix-store --out-link closure-on-master $ nix build .#nix-store -L --out-link closure-without-icu $ nix path-info --closure-size -h ./closure-on-master /nix/store/8gwr38m5h6p7245ji9jv28a2a11w1isx-nix-store-2.29.0pre 124.4 MiB $ nix path-info --closure-size -h ./closure-without-icu /nix/store/k0gwfykjqpnmaqbwh23nk55lhanc9g24-nix-store-2.29.0pre 86.6 MiB ``` (cherry picked from commit f3090ef)
1 parent b33fd1e commit 91dc6e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packaging/dependencies.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ scope: {
6363
"--with-coroutine"
6464
"--with-iostreams"
6565
];
66+
enableIcu = false;
6667
}).overrideAttrs
6768
(old: {
6869
# Need to remove `--with-*` to use `--with-libraries=...`

0 commit comments

Comments
 (0)