mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00: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 a new issue