Merge pull request #146792 from SuperSandro2000/R

R: manually fix things after patches got applied

authored by

7c6f434c and committed by
GitHub
b56d7a70 df59fc80

+1 -1
+1 -1
pkgs/applications/science/math/R/default.nix
··· 35 35 36 36 # Test of the examples for package 'tcltk' fails in Darwin sandbox. See: 37 37 # https://github.com/NixOS/nixpkgs/issues/146131 38 - prePatch = lib.optionalString stdenv.isDarwin '' 38 + postPatch = lib.optionalString stdenv.isDarwin '' 39 39 substituteInPlace configure \ 40 40 --replace "-install_name libRblas.dylib" "-install_name $out/lib/R/lib/libRblas.dylib" \ 41 41 --replace "-install_name libRlapack.dylib" "-install_name $out/lib/R/lib/libRlapack.dylib" \