diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-01-23 20:24:38 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-01-23 22:24:09 +0200 |
commit | ac50b3c29d9c4b150825c88eb6b2eacb63449b29 (patch) | |
tree | dc6624280b0e9d6cd21b640b10b7a0f34d9d1d63 /gnu | |
parent | 656c7bc805f3f2aff2e13516ff39b4d0144a9756 (diff) | |
download | guix-ac50b3c29d9c4b150825c88eb6b2eacb63449b29.tar.gz |
gnu: python-pillow: Remove input labels.
* gnu/packages/python-xyz.scm (python-pillow)[inputs]: Remove labels.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 91b5be171e..2e477e765f 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -7105,13 +7105,13 @@ retrieve text and metadata from PDFs as well as merge entire files together.") (native-inputs (list python-pytest)) (inputs - `(("freetype" ,freetype) - ("lcms" ,lcms) - ("libjpeg" ,libjpeg-turbo) - ("libtiff" ,libtiff) - ("libwebp" ,libwebp) - ("openjpeg" ,openjpeg) - ("zlib" ,zlib))) + (list freetype + lcms + libjpeg-turbo + libtiff + libwebp + openjpeg + zlib)) (propagated-inputs (list python-olefile)) (arguments |