aribb24: make use of autoreconfHook (#443184)

This commit is contained in:
jopejoe1
2025-09-17 13:04:10 +00:00
committed by GitHub
+2 -8
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;