system-config-printer: patch to fix build with gettext 0.25

This commit is contained in:
K900 2025-07-06 10:18:39 +03:00
parent 1d26f2a4c0
commit 18a0ac93b6
2 changed files with 15 additions and 0 deletions

View File

@ -59,6 +59,9 @@ stdenv.mkDerivation rec {
# switch to pep517 build tools
./pep517.patch
# FIXME: remove when gettext is fixed
./gettext-0.25.patch
];
buildInputs = [

View File

@ -0,0 +1,12 @@
diff --git a/Makefile.am b/Makefile.am
index 9993ca0d..678fa629 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,7 @@
SUBDIRS=. po
+ACLOCAL_AMFLAGS = -I m4
+
EXPORT_MODULES= \
cupshelpers/__init__.py \
cupshelpers/cupshelpers.py \