Skip to content

Commit fd309d9

Browse files
committed
julia: set USE_SYSTEM_ZLIB
Bundled libunwind still uses system zlib even without USE_SYSTEM_ZLIB set, so instead make all libraries use system zlib Reference: JuliaLang/julia#55354
1 parent 1f3e86e commit fd309d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkgs/development/compilers/julia/generic.nix

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ stdenv.mkDerivation rec {
5353
makeFlags = [
5454
"prefix=$(out)"
5555
"USE_BINARYBUILDER=0"
56+
"USE_SYSTEM_ZLIB=1"
5657
] ++ lib.optionals stdenv.isx86_64 [
5758
# https://github.com/JuliaCI/julia-buildkite/blob/main/utilities/build_envs.sh
5859
"JULIA_CPU_TARGET=generic;sandybridge,-xsaveopt,clone_all;haswell,-rdrnd,base(1);x86-64-v4,-rdrnd,base(1)"

0 commit comments

Comments
 (0)