jwm: fix build with autoconf-2.72

This commit is contained in:
José Romildo
2025-08-14 14:40:59 -03:00
parent 8475573006
commit 5cbaaede14
@@ -66,6 +66,10 @@ stdenv.mkDerivation rec {
xorgproto
];
postPatch = ''
sed -i '/AM_ICONV/i AC_CONFIG_MACRO_DIRS([m4])' configure.ac
'';
preConfigure = "NOCONFIGURE=1 ./autogen.sh";
enableParallelBuilding = true;