xprintidle-ng: latest gnulib requires autoconf 2.64

This commit is contained in:
gfrascadorio
2021-07-13 10:44:23 -06:00
parent 95172d9ebe
commit 1d8caaff1c
+1 -1
View File
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
postPatch = ''
substituteInPlace configure.ac \
--replace "AC_PREREQ([2.62])" "AC_PREREQ([2.63])"
--replace "AC_PREREQ([2.62])" "AC_PREREQ([2.64])"
'';
nativeBuildInputs = [