tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
aribb24: make use of autoreconfHook
jopejoe1
4 months ago
2e112cc7
5816a8aa
+2
-8
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
ar
aribb24
package.nix
+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,
0
0
8
pkg-config,
9
libpng,
10
}:
···
26
];
27
28
nativeBuildInputs = [
29
+
autoreconfHook
0
0
30
pkg-config
31
];
0
0
32
33
passthru = {
34
updateScript = gitUpdater { rev-prefix = "v"; };