GFortran: Use GFortran 4.6 on Darwin.

svn path=/nixpkgs/trunk/; revision=33895
This commit is contained in:
Ludovic Courtès 2012-04-23 15:47:41 +00:00
parent 29bc53265d
commit 6a85ec6abe

View file

@ -1975,13 +1975,7 @@ let
texinfo = texinfo49;
});
gfortran =
if stdenv.isDarwin
then wrapGCC (gccApple.gcc.override {
langF77 = true;
inherit gmp mpfr bison flex;
})
else gfortran46;
gfortran = gfortran46;
gfortran40 = wrapGCC (gcc40.gcc.override {
langFortran = true;