tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
sniproxy: fix build gettext 0.25
Thomas Gerbet
5 months ago
ff8a1499
6e3ed702
+18
2 changed files
expand all
collapse all
unified
split
pkgs
by-name
sn
sniproxy
gettext-0.25.patch
package.nix
+14
pkgs/by-name/sn/sniproxy/gettext-0.25.patch
···
1
1
+
diff --git a/configure.ac b/configure.ac
2
2
+
index cac74f1..a6bc935 100644
3
3
+
--- a/configure.ac
4
4
+
+++ b/configure.ac
5
5
+
@@ -9,6 +9,9 @@ AM_INIT_AUTOMAKE([subdir-objects])
6
6
+
AM_SILENT_RULES([yes])
7
7
+
AC_GNU_SOURCE
8
8
+
9
9
+
+AM_GNU_GETTEXT_VERSION([0.25])
10
10
+
+AM_GNU_GETTEXT([external])
11
11
+
+
12
12
+
# Checks for programs.
13
13
+
AC_PROG_CC_C99
14
14
+
# Required by automake < 1.14
+4
pkgs/by-name/sn/sniproxy/package.nix
···
21
21
sha256 = "sha256-htM9CrzaGnn1dnsWQ+0V6N65Og7rsFob3BlSc4UGfFU=";
22
22
};
23
23
24
24
+
patches = [
25
25
+
./gettext-0.25.patch
26
26
+
];
27
27
+
24
28
nativeBuildInputs = [
25
29
autoreconfHook
26
30
pkg-config