emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#53403: closed ([PATCH core-updates] gnu: imagemagick: Add missing in


From: GNU bug Tracking System
Subject: bug#53403: closed ([PATCH core-updates] gnu: imagemagick: Add missing input.)
Date: Wed, 26 Jan 2022 22:33:01 +0000

Your message dated Wed, 26 Jan 2022 19:32:07 -0300
with message-id <0f2b86fe-5496-1ff0-4e44-45b8af16091f@nixnet.email>
and subject line 
has caused the debbugs.gnu.org bug report #53403,
regarding [PATCH core-updates] gnu: imagemagick: Add missing input.
to be marked as done.

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


-- 
53403: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53403
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- Date: Wed, 26 Jan 2022 19:32:07 -0300 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]