diff options
author | Marius Bakke <marius@gnu.org> | 2022-06-27 11:27:01 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-06-27 19:15:07 +0200 |
commit | 8b13d38facc5d13eb5bd5dde18e07194900efebc (patch) | |
tree | d35e27ac5a9f2499be70d9298e4cce091bbf870a /gnu | |
parent | ea53e292a869f7740343d289dd9fe1cc84599074 (diff) | |
download | guix-8b13d38facc5d13eb5bd5dde18e07194900efebc.tar.gz |
gnu: libtiff: Add 'upstream-name' property.
* gnu/packages/image.scm (libtiff)[properties]: New field.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/image.scm | 2 |
1 files changed, 2 insertions, 0 deletions
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 |