julia: fix library path management after multiple-outputs/closure-size merge

+2 -2
+2 -2
pkgs/development/compilers/julia/git.nix
··· 130 130 131 131 NIX_CFLAGS_COMPILE = [ "-fPIC" ]; 132 132 133 - LD_LIBRARY_PATH = makeSearchPath "lib" [ 133 + LD_LIBRARY_PATH = makeSearchPath "lib" (concatLists (map (x : x.all) [ 134 134 arpack fftw fftwSinglePrec gmp libgit2 mpfr openblas openlibm 135 135 openspecfun pcre2 suitesparse 136 - ]; 136 + ])); 137 137 138 138 dontStrip = true; 139 139 dontPatchELF = true;