mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 11:00:19 +01:00
gnu: libtiff: Remove input labels.
* gnu/packages/image.scm (libtiff)[inputs]: Remove labels.
This commit is contained in:
parent
06747aa5b0
commit
e8af8fc3e1
1 changed files with 2 additions and 2 deletions
|
@ -584,8 +584,8 @@ extracting icontainer icon files.")
|
||||||
"/share/doc/"
|
"/share/doc/"
|
||||||
,name "-" ,(package-version this-package))
|
,name "-" ,(package-version this-package))
|
||||||
"--disable-static")))
|
"--disable-static")))
|
||||||
(inputs `(("zlib" ,zlib)
|
(inputs
|
||||||
("libjpeg" ,libjpeg-turbo)))
|
(list libjpeg-turbo zlib))
|
||||||
(synopsis "Library for handling TIFF files")
|
(synopsis "Library for handling TIFF files")
|
||||||
(description
|
(description
|
||||||
"Libtiff provides support for the Tag Image File Format (TIFF), a format
|
"Libtiff provides support for the Tag Image File Format (TIFF), a format
|
||||||
|
|
Loading…
Add table
Reference in a new issue