[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/09: gnu: inkscape: Fix qrcode rendering.
From: |
guix-commits |
Subject: |
03/09: gnu: inkscape: Fix qrcode rendering. |
Date: |
Fri, 27 Jan 2023 12:18:15 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 25b01ed77f2bff3d73fb9c8df1a0ce1bcab30d3c
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Fri Jan 20 23:33:42 2023 +0100
gnu: inkscape: Fix qrcode rendering.
Fixes <https://issues.guix.gnu.org/57479>.
* gnu/packages/inkscape.scm (inkscape)[inputs]: Add python-cssselect.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
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 @@
#: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 @@ as the native format.")
(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)))))
- branch master updated (729eabc6ae -> dbf965dd7b), guix-commits, 2023/01/27
- 06/09: gnu: python-astropy: Update to 5.2.1., guix-commits, 2023/01/27
- 01/09: gnu: hwloc: Update to 2.9.0., guix-commits, 2023/01/27
- 09/09: gnu: python-photutils: Update to 1.6.0., guix-commits, 2023/01/27
- 03/09: gnu: inkscape: Fix qrcode rendering.,
guix-commits <=
- 05/09: gnu: jed: Delete Windows binaries from the source tarball., guix-commits, 2023/01/27
- 07/09: gnu: python-sunpy: Update to 4.1.1., guix-commits, 2023/01/27
- 02/09: gnu: hypre: Mark as tunable., guix-commits, 2023/01/27
- 08/09: gnu: python-regions: Update to 0.7., guix-commits, 2023/01/27
- 04/09: gnu: Add jed., guix-commits, 2023/01/27