Revert "gnumake: set passthru.updateScript"

This reverts commit 1c96fc4586.

Seems to take too long.
This commit is contained in:
Michael Daniels
2025-12-30 08:41:57 -05:00
parent 677996dccd
commit ab68df4980
@@ -9,7 +9,6 @@
inBootstrap ? false,
pkg-config,
gnumake,
directoryListingUpdater,
}:
let
@@ -53,15 +52,9 @@ stdenv.mkDerivation (finalAttrs: {
];
separateDebugInfo = true;
passthru = {
tests = {
# make sure that the override doesn't break bootstrapping
gnumakeWithGuile = gnumake.override { guileSupport = true; };
};
updateScript = directoryListingUpdater {
inherit (finalAttrs) pname version;
url = "https://ftp.gnu.org/gnu/make/";
};
passthru.tests = {
# make sure that the override doesn't break bootstrapping
gnumakeWithGuile = gnumake.override { guileSupport = true; };
};
meta = {