guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/04: gnu: python-pillow: Remove input labels.


From: guix-commits
Subject: 03/04: gnu: python-pillow: Remove input labels.
Date: Sun, 23 Jan 2022 15:33:52 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit ac50b3c29d9c4b150825c88eb6b2eacb63449b29
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Jan 23 20:24:38 2022 +0200

    gnu: python-pillow: Remove input labels.
    
    * gnu/packages/python-xyz.scm (python-pillow)[inputs]: Remove labels.
---
 gnu/packages/python-xyz.scm | 14 +++++++-------
 1 file 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]