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:
parent
979d8464d4
commit
0c4e1c5fbf
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue