gfortran44: Fix typo.

svn path=/nixpkgs/trunk/; revision=16462
This commit is contained in:
Ludovic Courtès 2009-07-26 11:14:17 +00:00
parent f052e6d253
commit d39bbb1693

View File

@ -1716,7 +1716,7 @@ let
profiledCompiler = false;
});
gfortran44 = wrapGCC (gcc44_real.gcc.override {
gfortran44 = wrapGCC (gcc44.gcc.override {
name = "gfortran";
langFortran = true;
langCC = false;