mbakke pushed a commit to branch core-updates in repository guix. commit 8b13d38facc5d13eb5bd5dde18e07194900efebc Author: Marius Bakke <mar...@gnu.org> AuthorDate: Mon Jun 27 11:27:01 2022 +0200
gnu: libtiff: Add 'upstream-name' property. * gnu/packages/image.scm (libtiff)[properties]: New field. --- gnu/packages/image.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm index f65e8dbf46..4976b4c8e5 100644 --- a/gnu/packages/image.scm +++ b/gnu/packages/image.scm @@ -594,6 +594,8 @@ Included are a library, libtiff, for reading and writing TIFF and a small collection of tools for doing simple manipulations of TIFF images.") (license (license:non-copyleft "file://COPYRIGHT" "See COPYRIGHT in the distribution.")) + (properties + '((upstream-name . "tiff"))) (home-page "http://www.simplesystems.org/libtiff/"))) (define-public leptonica