grub: latest gnulib requires autoconf 2.64

This commit is contained in:
gfrascadorio 2021-07-08 09:12:13 -06:00
parent 8f68b7c15d
commit 7128fc621d

View file

@ -18,6 +18,10 @@ stdenv.mkDerivation {
++ map fetchurl (import ./grub1.patches.nix)
;
preConfigure = ''
substituteInPlace ./configure.ac --replace 'AC_PREREQ(2.61)' 'AC_PREREQ(2.64)'
'';
# autoreconfHook required for the splashimage patch.
nativeBuildInputs = [ autoreconfHook ];
buildInputs = [ texinfo ];