1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-27 19:41:50 +02:00

gnu: snappy: Add cpe-name property.

* gnu/packages/compression.scm (snappy)[properties]: Add cpe-name.

Signed-off-by: Zheng Junjie <z572@z572.online>
This commit is contained in:
Nicolas Graves
2025-03-07 13:59:26 +01:00
committed by Zheng Junjie
parent 57397fd03f
commit 8842305c46
+2 -1
View File
@@ -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