aribb24: make use of autoreconfHook
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user