Removing the 'useFromStdenv' still left on the gcc45 attribute (not properly

updated from trunk)


svn path=/nixpkgs/branches/stdenv-updates/; revision=23029
This commit is contained in:
Lluís Batlle i Rossell 2010-08-07 21:31:16 +00:00
parent 1c078c9861
commit f2de89336b

View File

@ -1472,7 +1472,7 @@ let
cross = assert crossSystem != null; crossSystem;
});
gcc45 = useFromStdenv "gcc" gcc45_real;
gcc45 = gcc45_real;
gcc45_realCross = lib.addMetaAttrs { platforms = []; }
(makeOverridable (import ../development/compilers/gcc-4.5) {