* gcc-4.1-temp -> gcc-4.1.

* Use real URLs.

svn path=/nixpkgs/trunk/; revision=6884
This commit is contained in:
Eelco Dolstra
2006-10-27 23:14:41 +00:00
parent b7a96d74e2
commit 3a6754f6bb
6 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ let
then pkgsDiet.gawk
else pkgsStatic.gawk;
gcc = import ../../development/compilers/gcc-4.1-temp {
gcc = import ../../development/compilers/gcc-4.1 {
inherit (pkgs) fetchurl stdenv;
noSysDirs = true;
langCC = false;