mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
R: fix build after splitting gfortran.lib
The extra flag was causing static libraries to be found (and used) before dynamic ones. /cc #12085
This commit is contained in:
parent
c0518e6777
commit
4858f3307e
@ -45,7 +45,6 @@ stdenv.mkDerivation rec {
|
||||
CXX=$(type -p g++)
|
||||
FC="${gfortran}/bin/gfortran" F77="${gfortran}/bin/gfortran"
|
||||
JAVA_HOME="${jdk}"
|
||||
LDFLAGS="-L${gfortran.cc}/lib"
|
||||
RANLIB=$(type -p ranlib)
|
||||
R_SHELL="${stdenv.shell}"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user