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; };