Commit 2e112cc7 authored by jopejoe1's avatar jopejoe1
Browse files

aribb24: make use of autoreconfHook

parent 5816a8aa
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;