guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: lcms: Specify 'cpe-name'.


From: Leo Famulari
Subject: 01/01: gnu: lcms: Specify 'cpe-name'.
Date: Tue, 21 Feb 2017 00:18:16 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit f769c1d77a3c0450d90ecb007de43420b91b205f
Author: Leo Famulari <address@hidden>
Date:   Mon Jan 23 02:33:00 2017 -0500

    gnu: lcms: Specify 'cpe-name'.
    
    * gnu/packages/ghostscript.scm (lcms)[properties]: New field.
---
 gnu/packages/ghostscript.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/ghostscript.scm b/gnu/packages/ghostscript.scm
index a00448a..2c7b86c 100644
--- a/gnu/packages/ghostscript.scm
+++ b/gnu/packages/ghostscript.scm
@@ -57,7 +57,8 @@
 focus on accuracy and performance.  It uses the International Color
 Consortium standard (ICC), approved as ISO 15076-1.")
    (license license:x11)
-   (home-page "http://www.littlecms.com/";)))
+   (home-page "http://www.littlecms.com/";)
+   (properties '((cpe-name . "little_cms_color_engine")))))
 
 (define lcms/fixed
   (package



reply via email to

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