me
/
guix
Archived
1
0
Fork 0

gnu: c-blosc: Remove input labels.

* gnu/packages/compression.scm (c-blosc)[inputs]:
Remove input labels.
master
Tobias Geerinckx-Rice 2022-06-05 02:00:00 +02:00
parent 2d80b869f0
commit 34c7c922f5
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 4 deletions

View File

@ -2598,10 +2598,7 @@ chunks.")
"-DPREFER_EXTERNAL_ZLIB=ON"
"-DPREFER_EXTERNAL_ZSTD=ON")))
(inputs
`(("lz4" ,lz4)
("snappy" ,snappy)
("zlib" ,zlib)
("zstd:lib" ,zstd "lib")))
(list lz4 snappy zlib `(,zstd "lib")))
(home-page "https://blosc.org")
(synopsis "Blocking, shuffling and lossless compression library")
(description