mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-11 14:26:13 +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:
parent
be2d53225c
commit
43519035f9
1 changed files with 1 additions and 1 deletions
|
@ -584,7 +584,7 @@ extracting icontainer icon files.")
|
||||||
#$name "-" #$(package-version this-package))
|
#$name "-" #$(package-version this-package))
|
||||||
"--disable-static")))
|
"--disable-static")))
|
||||||
(inputs
|
(inputs
|
||||||
(list libjpeg-turbo zlib))
|
(list libjpeg-turbo xz 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