mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
sysbench: pin autoconf at 2.69
Build fails with autoconf 2.73
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user