me
/
guix
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.
master
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
1 changed files with 2 additions and 4 deletions

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