galculator: fix build with gettext 0.25 (#425588)

This commit is contained in:
Weijia Wang
2025-07-17 14:34:03 +02:00
committed by GitHub
2 changed files with 15 additions and 0 deletions
@@ -0,0 +1,14 @@
diff --git a/configure.in b/configure.in
index d71fc6a..fd14845 100644
--- a/configure.in
+++ b/configure.in
@@ -7,6 +7,9 @@ AM_MAINTAINER_MODE
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADER(config.h)
+AM_GNU_GETTEXT_VERSION([0.25])
+AM_GNU_GETTEXT([external])
+
AC_PROG_CC
AC_PROG_INTLTOOL(, no-xml)
AC_ISC_POSIX
+1
View File
@@ -29,6 +29,7 @@ stdenv.mkDerivation (finalAttrs: {
url = "https://github.com/galculator/galculator/commit/501a9e3feeb2e56889c0ff98ab6d0ab20348ccd6.patch";
hash = "sha256-qVJHcfJTtl0hK8pzSp6MjhYAh1NbIIWr3rBDodIYBvk=";
})
./gettext-0.25.patch
];
nativeBuildInputs = [