3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: python-pillow: Sort inputs alphabetically.

* gnu/packages/python-xyz.scm (python-pillow)[inputs]: Sort
alphabetically.
This commit is contained in:
Efraim Flashner 2019-12-02 11:08:11 +02:00
parent 979d8464d4
commit 0c4e1c5fbf
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

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