aribb24: make use of autoreconfHook

This commit is contained in:
jopejoe1
2025-09-15 17:03:26 +02:00
parent 5816a8aa0a
commit 2e112cc714

View File

@@ -4,9 +4,7 @@
fetchFromGitLab,
testers,
gitUpdater,
autoconf,
automake,
libtool,
autoreconfHook,
pkg-config,
libpng,
}:
@@ -28,14 +26,10 @@ stdenv.mkDerivation (finalAttrs: {
];
nativeBuildInputs = [
autoconf
automake
libtool
autoreconfHook
pkg-config
];
preConfigure = "autoreconf --install";
passthru = {
updateScript = gitUpdater { rev-prefix = "v"; };
tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;