mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: snappy: Fix cpe-* properties.
This is a follow-up of 8842305c46.
* gnu/packages/compression.scm (snappy)[properties]: Use cpe-vendor
instead of wrongfully used cpe-name.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
committed by
Ludovic Courtès
parent
4f03b88b8e
commit
9df0238e06
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user