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
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user