diff options
| author | Leo Famulari <leo@famulari.name> | 2017-01-23 02:33:00 -0500 |
|---|---|---|
| committer | Leo Famulari <leo@famulari.name> | 2017-02-21 00:18:04 -0500 |
| commit | f769c1d77a3c0450d90ecb007de43420b91b205f (patch) | |
| tree | 190550cbcaef8ab94384631057cc66a1891a6480 /gnu/packages/ghostscript.scm | |
| parent | 05d80f0c5482be00ae6891d8add62f308eb0b600 (diff) | |
gnu: lcms: Specify 'cpe-name'.
* gnu/packages/ghostscript.scm (lcms)[properties]: New field.
Diffstat (limited to 'gnu/packages/ghostscript.scm')
| -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 a00448a8c6a..2c7b86c042b 100644 --- a/gnu/packages/ghostscript.scm +++ b/gnu/packages/ghostscript.scm | |||
| @@ -57,7 +57,8 @@ | |||
| 57 | focus on accuracy and performance. It uses the International Color | 57 | focus on accuracy and performance. It uses the International Color |
| 58 | Consortium standard (ICC), approved as ISO 15076-1.") | 58 | Consortium standard (ICC), approved as ISO 15076-1.") |
| 59 | (license license:x11) | 59 | (license license:x11) |
| 60 | (home-page "http://www.littlecms.com/"))) | 60 | (home-page "http://www.littlecms.com/") |
| 61 | (properties '((cpe-name . "little_cms_color_engine"))))) | ||
| 61 | 62 | ||
| 62 | (define lcms/fixed | 63 | (define lcms/fixed |
| 63 | (package | 64 | (package |
