sysbench: pin autoconf at 2.69

Build fails with autoconf 2.73
This commit is contained in:
Sarah Clark
2026-04-19 14:17:53 -07:00
parent 5affd239b8
commit 185f1d7606

View File

@@ -2,6 +2,7 @@
lib,
stdenv,
fetchFromGitHub,
autoconf269,
autoreconfHook,
pkg-config,
libmysqlclient,
@@ -16,7 +17,9 @@ stdenv.mkDerivation (finalAttrs: {
pname = "sysbench";
version = "1.0.20";
# Build fails with autoconf 2.73
nativeBuildInputs = [
autoconf269
autoreconfHook
pkg-config
];