Unverified Commit 4bf9eb4f authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

aribb24: make use of autoreconfHook (#443184)

parents 4ff8b1ba 2e112cc7
Loading
Loading
Loading
Loading
+2 −8
Original line number Diff line number Diff line
@@ -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;