diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-05-04 16:20:25 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-05-04 16:24:43 +0200 |
commit | 1c60bd324402290133e17e132ffd92cf78590e8b (patch) | |
tree | 7e730cfe8082213204021808f1862107f01f78a3 /gnu/packages/image.scm | |
parent | c17e4cf5a3790a3925c8150ee903ac0876519b40 (diff) | |
download | patches-1c60bd324402290133e17e132ffd92cf78590e8b.tar patches-1c60bd324402290133e17e132ffd92cf78590e8b.tar.gz |
gnu: leptonica: Do not propagate any inputs.
* gnu/packages/image.scm (leptonica)[propagated-inputs]: Move OPENJPEG and
LIBWEBP ...
[inputs]: ... here.
Diffstat (limited to 'gnu/packages/image.scm')
-rw-r--r-- | gnu/packages/image.scm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm index 7b1d41cfa5..3f758b779d 100644 --- a/gnu/packages/image.scm +++ b/gnu/packages/image.scm @@ -599,10 +599,8 @@ collection of tools for doing simple manipulations of TIFF images.") ("libjpeg" ,libjpeg) ("libpng" ,libpng) ("libtiff" ,libtiff) - ("libwebp" ,libwebp))) - (propagated-inputs - ;; Linking a program with leptonica also requires these. - `(("openjpeg" ,openjpeg) + ("libwebp" ,libwebp) + ("openjpeg" ,openjpeg) ("zlib" ,zlib))) (arguments '(#:phases |