gnumake: fix nixpkgs-vet

This commit is contained in:
Yiyu Zhou
2026-04-11 16:01:19 -07:00
parent 2ff762ccf7
commit ccbc105ed0
-6
View File
@@ -648,10 +648,6 @@ in
inherit (prevStage) expand-response-params;
};
# To allow users' overrides inhibit dependencies too heavy for
# bootstrap, like guile: https://github.com/NixOS/nixpkgs/issues/181188
gnumake = super.gnumake.override { inBootstrap = true; };
gcc = lib.makeOverridable (import ../../build-support/cc-wrapper) {
nativeTools = false;
nativeLibc = false;
@@ -869,8 +865,6 @@ in
libunistring
;
};
gnumake = super.gnumake.override { inBootstrap = false; };
}
// lib.optionalAttrs (super.stdenv.targetPlatform == localSystem) {
# Need to get rid of these when cross-compiling.