* [bug#53403] [PATCH core-updates] gnu: imagemagick: Add missing input.
@ 2022-01-21 0:06 SeerLite via Guix-patches via
2022-01-26 22:32 ` bug#53403: (no subject) SeerLite via Guix-patches via
0 siblings, 1 reply; 2+ messages in thread
From: SeerLite via Guix-patches via @ 2022-01-21 0:06 UTC (permalink / raw)
To: 53403; +Cc: SeerLite
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#53403: (no subject)
2022-01-21 0:06 [bug#53403] [PATCH core-updates] gnu: imagemagick: Add missing input SeerLite via Guix-patches via
@ 2022-01-26 22:32 ` SeerLite via Guix-patches via
0 siblings, 0 replies; 2+ messages in thread
From: SeerLite via Guix-patches via @ 2022-01-26 22:32 UTC (permalink / raw)
To: 53403-done
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-01-26 22:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-21 0:06 [bug#53403] [PATCH core-updates] gnu: imagemagick: Add missing input SeerLite via Guix-patches via
2022-01-26 22:32 ` bug#53403: (no subject) SeerLite via Guix-patches via
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).