~ruther/guix-local

8842305c46a236db81bff7bc27276afe27030be4 — Nicolas Graves 1 year, 4 months ago 57397fd
gnu: snappy: Add cpe-name property.

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

Signed-off-by: Zheng Junjie <z572@z572.online>
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/compression.scm
M gnu/packages/compression.scm => gnu/packages/compression.scm +2 -1
@@ 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