From 6cd30c57d0bb28c76939076d405525b48fde0417 Mon Sep 17 00:00:00 2001 From: Armijn Hemel Date: Mon, 8 Nov 2004 14:03:10 +0000 Subject: [PATCH] the statically linked gcc in stdenv/nix-linux-somewhere is b0rken svn path=/nixpkgs/trunk/; revision=1721 --- pkgs/system/all-packages-generic.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix index 594a4d183cc..5f1060056ae 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; };