3
0
Fork 0
forked from mirrors/nixpkgs

gfortran: updated default version to 4.6.3.

svn path=/nixpkgs/trunk/; revision=32838
This commit is contained in:
Peter Simons 2012-03-06 22:27:14 +00:00
parent 8bab00e0ad
commit 4d752e1cd1

View file

@ -1943,7 +1943,7 @@ let
texinfo = texinfo49;
});
gfortran = gfortran45;
gfortran = gfortran46;
gfortran40 = wrapGCC (gcc40.gcc.override {
langFortran = true;
@ -3642,7 +3642,7 @@ let
callPackage ../development/libraries/gmp/4.3.1.nix { }
else
callPackage ../development/libraries/gmp/4.3.2.nix { };
gobjectIntrospection = callPackage ../development/libraries/gobject-introspection { };
goffice = callPackage ../development/libraries/goffice {