me
/
guix
Archived
1
0
Fork 0

gnu: python-pillow: Sort inputs alphabetically.

* gnu/packages/python-xyz.scm (python-pillow)[inputs]: Sort
alphabetically.
master
Efraim Flashner 2019-12-02 11:08:11 +02:00
parent 979d8464d4
commit 0c4e1c5fbf
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 3 deletions

View File

@ -4691,11 +4691,11 @@ the OleFileIO module from PIL, the Python Image Library.")
(inputs
`(("freetype" ,freetype)
("lcms" ,lcms)
("zlib" ,zlib)
("libjpeg" ,libjpeg)
("openjpeg" ,openjpeg)
("libtiff" ,libtiff)
("libwebp" ,libwebp)))
("libwebp" ,libwebp)
("openjpeg" ,openjpeg)
("zlib" ,zlib)))
(propagated-inputs
`(("python-olefile" ,python-olefile)))
(arguments