* [bug#60975] [PATCH] gnu: inkscape: Fix qrcode rendering.
@ 2023-01-20 22:33 Michael Rohleder
2023-01-27 15:27 ` bug#60975: " Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: Michael Rohleder @ 2023-01-20 22:33 UTC (permalink / raw)
To: 60975; +Cc: Michael Rohleder
Fixes <https://issues.guix.gnu.org/57479>.
* gnu/packages/inkscape.scm (inkscape)[inputs]: Add python-cssselect.
---
gnu/packages/inkscape.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/inkscape.scm b/gnu/packages/inkscape.scm
index 2e43835e4f..d1ac5e7312 100644
--- a/gnu/packages/inkscape.scm
+++ b/gnu/packages/inkscape.scm
@@ -46,6 +46,7 @@ (define-module (gnu packages inkscape)
#:use-module (gnu packages pdf)
#:use-module (gnu packages popt)
#:use-module (gnu packages python)
+ #:use-module (gnu packages python-web)
#:use-module (gnu packages python-xyz)
#:use-module (gnu packages xml)
#:use-module (gnu packages ghostscript)
@@ -273,5 +274,6 @@ (define-public inkscape
(inputs (modify-inputs (package-inputs inkscape/stable)
(replace "lib2geom" lib2geom-1.2)
(append bash-minimal
- librsvg))) ;for the pixbuf loader
+ librsvg ;for the pixbuf loader
+ python-cssselect))) ;to render qrcode
(properties (alist-delete 'hidden? (package-properties inkscape/stable)))))
--
2.38.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-01-27 15:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-20 22:33 [bug#60975] [PATCH] gnu: inkscape: Fix qrcode rendering Michael Rohleder
2023-01-27 15:27 ` bug#60975: " Ludovic Courtès
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.