diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-03-07 13:59:26 +0100 |
|---|---|---|
| committer | Zheng Junjie <z572@z572.online> | 2025-06-23 12:32:52 +0800 |
| commit | 8842305c46a236db81bff7bc27276afe27030be4 (patch) | |
| tree | 83e5f9da89d6241aeb5825d1b44c0539dad295b3 /gnu/packages/compression.scm | |
| parent | 57397fd03fdea734814d999e00a2a194d74498c5 (diff) | |
gnu: snappy: Add cpe-name property.
* gnu/packages/compression.scm (snappy)[properties]: Add cpe-name.
Signed-off-by: Zheng Junjie <z572@z572.online>
Diffstat (limited to 'gnu/packages/compression.scm')
| -rw-r--r-- | gnu/packages/compression.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm index b64c99d2c6f..96bc3df32da 100644 --- a/gnu/packages/compression.scm +++ b/gnu/packages/compression.scm @@ -1419,7 +1419,8 @@ instead, it aims for very high speeds and reasonable compression. For instance, compared to the fastest mode of zlib, Snappy is an order of magnitude faster for most inputs, but the resulting compressed files are anywhere from 20% to 100% bigger.") - (license license:asl2.0))) + (license license:asl2.0) + (properties '((cpe-name . "google"))))) ;; We need this for irods. (define-public snappy-with-clang6 |
