summary refs log tree commit diff
diff options
context:
space:
mode:
-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;
   };