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:
parent
1c078c9861
commit
f2de89336b
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user