diff options
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/ghostscript.scm | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/gnu/packages/ghostscript.scm b/gnu/packages/ghostscript.scm index a00448a8c6..2c7b86c042 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 | 
