guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/05: gnu: libtiff: Add 'upstream-name' property.


From: guix-commits
Subject: 01/05: gnu: libtiff: Add 'upstream-name' property.
Date: Mon, 27 Jun 2022 13:17:00 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 8b13d38facc5d13eb5bd5dde18e07194900efebc
Author: Marius Bakke <marius@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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]