diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-06-23 10:33:36 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-06-30 19:36:42 +0200 |
| commit | 9df0238e0659ae307685fa2c19d8745b36bd9c3c (patch) | |
| tree | 1e1ba02af0b255e45aa36f6ba3d6f1d1f6682b2e /gnu/packages/compression.scm | |
| parent | 4f03b88b8ee530064e3a5f43c3925a7619f2a431 (diff) | |
gnu: snappy: Fix cpe-* properties.
This is a follow-up of 8842305c46a236db81bff7bc27276afe27030be4.
* gnu/packages/compression.scm (snappy)[properties]: Use cpe-vendor
instead of wrongfully used cpe-name.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/compression.scm')
| -rw-r--r-- | gnu/packages/compression.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm index 0520438d927..65e545db002 100644 --- a/gnu/packages/compression.scm +++ b/gnu/packages/compression.scm @@ -1420,7 +1420,7 @@ 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) - (properties '((cpe-name . "google"))))) + (properties '((cpe-vendor . "google"))))) ;; We need this for irods. (define-public snappy-with-clang6 |
