gnu: leptonica: Do not propagate any inputs.
* gnu/packages/image.scm (leptonica)[propagated-inputs]: Move OPENJPEG and LIBWEBP ... [inputs]: ... here.master
parent
c17e4cf5a3
commit
1c60bd3244
|
@ -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
|
||||||
|
|
Reference in New Issue