[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/05: gnu: libtiff: Explicitly depend on 'xz'.
From: |
guix-commits |
Subject: |
05/05: gnu: libtiff: Explicitly depend on 'xz'. |
Date: |
Mon, 27 Jun 2022 13:17:00 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit 43519035f954b3dc41ac50a9a877fd802b864fdb
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Jun 27 11:43:48 2022 +0200
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.
---
gnu/packages/image.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index a3e73de8fa..18db5a1d9e 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -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