* Fix duplication of the version in dietlibc's gcc wrapper.

svn path=/nixpkgs/trunk/; revision=16021
This commit is contained in:
Eelco Dolstra 2009-06-22 14:26:14 +00:00
parent 1df4221cb3
commit a40dbf619d

View File

@ -57,7 +57,7 @@ rec {
NIX_GCC = import ../build-support/gcc-wrapper {
inherit stdenv;
libc = dietlibc;
inherit (stdenv.gcc) gcc binutils name nativeTools nativePrefix;
inherit (stdenv.gcc) gcc binutils nativeTools nativePrefix;
nativeLibc = false;
};
});