GNU bug report logs - #53403
[PATCH core-updates] gnu: imagemagick: Add missing input.

Previous Next

Package: guix-patches;

Reported by: SeerLite <seerlite <at> nixnet.email>

Date: Fri, 21 Jan 2022 00:08:01 UTC

Severity: normal

Tags: patch

Done: SeerLite <seerlite <at> nixnet.email>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 53403 in the body.
You can then email your comments to 53403 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#53403; Package guix-patches. (Fri, 21 Jan 2022 00:08:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to SeerLite <seerlite <at> nixnet.email>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 21 Jan 2022 00:08:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: SeerLite <seerlite <at> nixnet.email>
To: guix-patches <at> gnu.org
Cc: SeerLite <seerlite <at> nixnet.email>
Subject: [PATCH core-updates] gnu: imagemagick: Add missing input.
Date: Thu, 20 Jan 2022 21:06:18 -0300
Fixes <https://issues.guix.gnu.org/48018>.

* gnu/packages/imagemagick.scm (imagemagick/stable)[inputs]: Add libwebp and remove labels.
---
 gnu/packages/imagemagick.scm | 30 ++++++++++++++++--------------
 1 file changed, 16 insertions(+), 14 deletions(-)

diff --git a/gnu/packages/imagemagick.scm b/gnu/packages/imagemagick.scm
index 06ed80cbac..92e89a55a7 100644
--- a/gnu/packages/imagemagick.scm
+++ b/gnu/packages/imagemagick.scm
@@ -113,20 +113,22 @@ (define-public imagemagick/stable
                           "not recorded"))
                        #t)))))
      ;; TODO: Add Jasper etc.
-     (inputs `(("fftw" ,fftw)
-               ("graphviz" ,graphviz)
-               ("ghostscript" ,ghostscript)
-               ("lcms" ,lcms)
-               ("libx11" ,libx11)
-               ("zlib" ,zlib)
-               ("libxml2" ,libxml2)
-               ("libtiff" ,libtiff)
-               ("libpng" ,libpng)
-               ("libjpeg" ,libjpeg-turbo)
-               ("pango" ,pango)
-               ("freetype" ,freetype)
-               ("bzip2" ,bzip2)
-               ("xz" ,xz)))
+     (inputs
+      (list fftw
+            graphviz
+            ghostscript
+            lcms
+            libx11
+            zlib
+            libxml2
+            libtiff
+            libpng
+            libjpeg-turbo
+            libwebp
+            pango
+            freetype
+            bzip2
+            xz))
      (native-inputs (list pkg-config))
      (outputs '("out"
                 "doc"))                 ; 26 MiB of HTML documentation
-- 
2.34.0





Reply sent to SeerLite <seerlite <at> nixnet.email>:
You have taken responsibility. (Wed, 26 Jan 2022 22:33:01 GMT) Full text and rfc822 format available.

Notification sent to SeerLite <seerlite <at> nixnet.email>:
bug acknowledged by developer. (Wed, 26 Jan 2022 22:33:01 GMT) Full text and rfc822 format available.

Message #10 received at 53403-done <at> debbugs.gnu.org (full text, mbox):

From: SeerLite <seerlite <at> nixnet.email>
To: 53403-done <at> debbugs.gnu.org
Date: Wed, 26 Jan 2022 19:32:07 -0300



bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 24 Feb 2022 12:24:04 GMT) Full text and rfc822 format available.

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

Previous Next


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