···190190 name = "bootstrap-gcc-wrapper";
191191192192 overrides = pkgs: {
193193- inherit (stage1.pkgs) perl binutils paxctl;
193193+ inherit (stage1.pkgs) perl binutils paxctl gnum4 bison;
194194 # This also contains the full, dynamically linked, final Glibc.
195195 };
196196 };
···207207 name = "bootstrap-gcc-wrapper";
208208209209 overrides = pkgs: rec {
210210- inherit (stage2.pkgs) binutils glibc perl patchelf linuxHeaders;
210210+ inherit (stage2.pkgs) binutils glibc perl patchelf linuxHeaders gnum4 bison;
211211 # Link GCC statically against GMP etc. This makes sense because
212212 # these builds of the libraries are only used by GCC, so it
213213 # reduces the size of the stdenv closure.
···241241 # because gcc (since JAR support) already depends on zlib, and
242242 # then if we already have a zlib we want to use that for the
243243 # other purposes (binutils and top-level pkgs) too.
244244- inherit (stage3.pkgs) gettext gnum4 gmp perl glibc zlib linuxHeaders;
244244+ inherit (stage3.pkgs) gettext gnum4 bison gmp perl glibc zlib linuxHeaders;
245245246246 gcc = lib.makeOverridable (import ../../build-support/cc-wrapper) {
247247 nativeTools = false;