GNU bug report logs - #60975
[PATCH] gnu: inkscape: Fix qrcode rendering.

Previous Next

Package: guix-patches;

Reported by: Michael Rohleder <mike <at> rohleder.de>

Date: Fri, 20 Jan 2023 22:35:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#60975: closed ([PATCH] gnu: inkscape: Fix qrcode rendering.)
Date: Fri, 27 Jan 2023 15:28:03 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 27 Jan 2023 16:27:07 +0100
with message-id <87bkmk5778.fsf <at> gnu.org>
and subject line Re: bug#60975: [PATCH] gnu: inkscape: Fix qrcode rendering.
has caused the debbugs.gnu.org bug report #60975,
regarding [PATCH] gnu: inkscape: Fix qrcode rendering.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
60975: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60975
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Michael Rohleder <mike <at> rohleder.de>
To: guix-patches <at> gnu.org
Cc: Michael Rohleder <mike <at> rohleder.de>
Subject: [PATCH] gnu: inkscape: Fix qrcode rendering.
Date: Fri, 20 Jan 2023 23:33:42 +0100
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



[Message part 3 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Michael Rohleder <mike <at> rohleder.de>
Cc: 57479-done <at> debbugs.gnu.org, 60975-done <at> debbugs.gnu.org
Subject: Re: bug#60975: [PATCH] gnu: inkscape: Fix qrcode rendering.
Date: Fri, 27 Jan 2023 16:27:07 +0100
Hi,

Michael Rohleder <mike <at> rohleder.de> skribis:

> Fixes <https://issues.guix.gnu.org/57479>.
>
> * gnu/packages/inkscape.scm (inkscape)[inputs]: Add python-cssselect.

Applied, thanks!

Ludo’.


This bug report was last modified 2 years and 171 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.