mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: lcms: Specify 'cpe-name'.
* gnu/packages/ghostscript.scm (lcms)[properties]: New field.
This commit is contained in:
parent
05d80f0c54
commit
f769c1d77a
1 changed files with 2 additions and 1 deletions
|
@ -57,7 +57,8 @@ (define-public lcms
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue