nixpkgs/pkgs/development/tools/build-managers/gnumake
Sergei Trofimovich f6ee60dde4 gnumake: unconditionally disable guileSupport on bootstrap
Before the change an attempt to use `gnumake.override { guileSupport = true; }`
caused recursion in bootstrap stages as guileSupport pulls in guile and it's
dependencies.

To restore the bootstrap the change unconditionally sets
`guileSupport = false;` for `gnumake`.

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-07-29 19:34:09 +01:00
..
4.2
0001-No-impure-bin-sh.patch
0002-remove-impure-dirs.patch
default.nix gnumake: unconditionally disable guileSupport on bootstrap 2022-07-29 19:34:09 +01:00