mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 17:23:38 -05:00
gnu: python-pillow: Remove input labels.
* gnu/packages/python-xyz.scm (python-pillow)[inputs]: Remove labels.
This commit is contained in:
parent
656c7bc805
commit
ac50b3c29d
1 changed files with 7 additions and 7 deletions
|
@ -7105,13 +7105,13 @@ (define-public python-pillow
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue