GNU bug report logs -
#53403
[PATCH core-updates] gnu: imagemagick: Add missing input.
Previous Next
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.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#53403: [PATCH core-updates] gnu: imagemagick: Add missing input.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 53403 <at> debbugs.gnu.org.
--
53403: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53403
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (message/rfc822, inline)]
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
This bug report was last modified 3 years and 146 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.