system-config-printer: patch to fix build with gettext 0.25
This commit is contained in:
parent
1d26f2a4c0
commit
18a0ac93b6
@ -59,6 +59,9 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
# switch to pep517 build tools
|
# switch to pep517 build tools
|
||||||
./pep517.patch
|
./pep517.patch
|
||||||
|
|
||||||
|
# FIXME: remove when gettext is fixed
|
||||||
|
./gettext-0.25.patch
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
|||||||
12
pkgs/tools/misc/system-config-printer/gettext-0.25.patch
Normal file
12
pkgs/tools/misc/system-config-printer/gettext-0.25.patch
Normal 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 \
|
||||||
Loading…
x
Reference in New Issue
Block a user