mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
gfortran: Use new gcc wrapper.
- Fix gfortran linking problems. svn path=/nixpkgs/trunk/; revision=12809
This commit is contained in:
parent
e3ec3f4782
commit
84125627f7
@ -1415,7 +1415,7 @@ let
|
||||
inherit stdenv;
|
||||
};
|
||||
|
||||
gfortran = import ../build-support/gcc-wrapper {
|
||||
gfortran = import ../build-support/gcc-wrapper-new {
|
||||
name = "gfortran";
|
||||
nativeTools = false;
|
||||
nativeLibc = false;
|
||||
|
Loading…
Reference in New Issue
Block a user