Archived
1
0
Fork 0

gnu: leptonica: Do not propagate any inputs.

* gnu/packages/image.scm (leptonica)[propagated-inputs]: Move OPENJPEG and
LIBWEBP ...
[inputs]: ... here.
This commit is contained in:
Marius Bakke 2020-05-04 16:20:25 +02:00
parent c17e4cf5a3
commit 1c60bd3244
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -599,10 +599,8 @@ collection of tools for doing simple manipulations of TIFF images.")
("libjpeg" ,libjpeg) ("libjpeg" ,libjpeg)
("libpng" ,libpng) ("libpng" ,libpng)
("libtiff" ,libtiff) ("libtiff" ,libtiff)
("libwebp" ,libwebp))) ("libwebp" ,libwebp)
(propagated-inputs ("openjpeg" ,openjpeg)
;; Linking a program with leptonica also requires these.
`(("openjpeg" ,openjpeg)
("zlib" ,zlib))) ("zlib" ,zlib)))
(arguments (arguments
'(#:phases '(#:phases