Merge pull request #146792 from SuperSandro2000/R
R: manually fix things after patches got applied
This commit is contained in:
commit
b56d7a70a7
@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
# Test of the examples for package 'tcltk' fails in Darwin sandbox. See:
|
# Test of the examples for package 'tcltk' fails in Darwin sandbox. See:
|
||||||
# https://github.com/NixOS/nixpkgs/issues/146131
|
# https://github.com/NixOS/nixpkgs/issues/146131
|
||||||
prePatch = lib.optionalString stdenv.isDarwin ''
|
postPatch = lib.optionalString stdenv.isDarwin ''
|
||||||
substituteInPlace configure \
|
substituteInPlace configure \
|
||||||
--replace "-install_name libRblas.dylib" "-install_name $out/lib/R/lib/libRblas.dylib" \
|
--replace "-install_name libRblas.dylib" "-install_name $out/lib/R/lib/libRblas.dylib" \
|
||||||
--replace "-install_name libRlapack.dylib" "-install_name $out/lib/R/lib/libRlapack.dylib" \
|
--replace "-install_name libRlapack.dylib" "-install_name $out/lib/R/lib/libRlapack.dylib" \
|
||||||
|
Loading…
Reference in New Issue
Block a user