julia: fix library path management after multiple-outputs/closure-size merge
This commit is contained in:
parent
fdd2c6e2ca
commit
14b8bdc01f
@ -130,10 +130,10 @@ stdenv.mkDerivation rec {
|
||||
|
||||
NIX_CFLAGS_COMPILE = [ "-fPIC" ];
|
||||
|
||||
LD_LIBRARY_PATH = makeSearchPath "lib" [
|
||||
LD_LIBRARY_PATH = makeSearchPath "lib" (concatLists (map (x : x.all) [
|
||||
arpack fftw fftwSinglePrec gmp libgit2 mpfr openblas openlibm
|
||||
openspecfun pcre2 suitesparse
|
||||
];
|
||||
]));
|
||||
|
||||
dontStrip = true;
|
||||
dontPatchELF = true;
|
||||
|
Loading…
Reference in New Issue
Block a user