aribb24: make use of autoreconfHook

jopejoe1 2e112cc7 5816a8aa

+2 -8
+2 -8
pkgs/by-name/ar/aribb24/package.nix
··· 4 fetchFromGitLab, 5 testers, 6 gitUpdater, 7 - autoconf, 8 - automake, 9 - libtool, 10 pkg-config, 11 libpng, 12 }: ··· 28 ]; 29 30 nativeBuildInputs = [ 31 - autoconf 32 - automake 33 - libtool 34 pkg-config 35 ]; 36 - 37 - preConfigure = "autoreconf --install"; 38 39 passthru = { 40 updateScript = gitUpdater { rev-prefix = "v"; };
··· 4 fetchFromGitLab, 5 testers, 6 gitUpdater, 7 + autoreconfHook, 8 pkg-config, 9 libpng, 10 }: ··· 26 ]; 27 28 nativeBuildInputs = [ 29 + autoreconfHook 30 pkg-config 31 ]; 32 33 passthru = { 34 updateScript = gitUpdater { rev-prefix = "v"; };