sniproxy: fix build gettext 0.25

+18
+14
pkgs/by-name/sn/sniproxy/gettext-0.25.patch
···
··· 1 + diff --git a/configure.ac b/configure.ac 2 + index cac74f1..a6bc935 100644 3 + --- a/configure.ac 4 + +++ b/configure.ac 5 + @@ -9,6 +9,9 @@ AM_INIT_AUTOMAKE([subdir-objects]) 6 + AM_SILENT_RULES([yes]) 7 + AC_GNU_SOURCE 8 + 9 + +AM_GNU_GETTEXT_VERSION([0.25]) 10 + +AM_GNU_GETTEXT([external]) 11 + + 12 + # Checks for programs. 13 + AC_PROG_CC_C99 14 + # Required by automake < 1.14
+4
pkgs/by-name/sn/sniproxy/package.nix
··· 21 sha256 = "sha256-htM9CrzaGnn1dnsWQ+0V6N65Og7rsFob3BlSc4UGfFU="; 22 }; 23 24 nativeBuildInputs = [ 25 autoreconfHook 26 pkg-config
··· 21 sha256 = "sha256-htM9CrzaGnn1dnsWQ+0V6N65Og7rsFob3BlSc4UGfFU="; 22 }; 23 24 + patches = [ 25 + ./gettext-0.25.patch 26 + ]; 27 + 28 nativeBuildInputs = [ 29 autoreconfHook 30 pkg-config