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

gnu: libtiff: Explicitly depend on 'xz'.

...instead of linking to whatever happens to be in the build environment.

* gnu/packages/image.scm (libtiff)[inputs]: Add XZ.
This commit is contained in:
Marius Bakke 2022-06-27 11:43:48 +02:00
parent be2d53225c
commit 43519035f9
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -584,7 +584,7 @@ extracting icontainer icon files.")
#$name "-" #$(package-version this-package))
"--disable-static")))
(inputs
(list libjpeg-turbo zlib))
(list libjpeg-turbo xz zlib))
(synopsis "Library for handling TIFF files")
(description
"Libtiff provides support for the Tag Image File Format (TIFF), a format