diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix index eaef81e08ca..784ae657635 100644 --- a/pkgs/system/all-packages-generic.nix +++ b/pkgs/system/all-packages-generic.nix @@ -245,6 +245,10 @@ rec { inherit fetchurl stdenv noSysDirs; }; + gcc_static = (import ../stdenv/nix-linux/gcc-static) { + inherit fetchurl stdenv; + }; + gcc34 = (import ../build-support/gcc-wrapper) { nativeTools = false; nativeGlibc = false;