summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorArmijn Hemel <armijn@gpl-violations.org>2004-11-08 14:03:10 +0000
committerArmijn Hemel <armijn@gpl-violations.org>2004-11-08 14:03:10 +0000
commit6cd30c57d0bb28c76939076d405525b48fde0417 (patch)
treeaa33b974368c38aa0b294093e308f91fb05c490c /pkgs
parenta44af445554edd6d5f0bc0e79ab43aa8b82cd9ca (diff)
the statically linked gcc in stdenv/nix-linux-somewhere is b0rken
svn path=/nixpkgs/trunk/; revision=1721
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/system/all-packages-generic.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix
index 594a4d183ccc4..5f1060056aed9 100644
--- a/pkgs/system/all-packages-generic.nix
+++ b/pkgs/system/all-packages-generic.nix
@@ -277,7 +277,7 @@ rec {
     inherit stdenv;
   };
 
-  gcc_static = (import ../stdenv/nix-linux/gcc-static) {
+  gcc_static = (import ../development/compilers/gcc-static-3.4) {
     inherit fetchurl stdenv;
   };