fvwm3: pin autoconf at 2.69

Build fails (on Darwin, at least) with autoconf 2.73
This commit is contained in:
Sarah Clark
2026-04-20 10:08:57 -07:00
parent 5affd239b8
commit 01ab931ca8
+3
View File
@@ -1,6 +1,7 @@
{
lib,
asciidoctor,
autoconf269,
autoreconfHook,
cairo,
fetchFromGitHub,
@@ -40,7 +41,9 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-y1buTWO1vHzloh2e4EK1dkD0uQa7lIFUbNMkEe5x6Vo=";
};
# Build fails with autoconf 2.73
nativeBuildInputs = [
autoconf269
autoreconfHook
asciidoctor
pkg-config