gnu: zchunk: Remove input labels.
* gnu/packages/compression.scm (zchunk)[propagated-inputs]: Remove input labels.
This commit is contained in:
parent
3135d2cbfb
commit
a81e46dbe5
1 changed files with 1 additions and 1 deletions
|
@ -2386,7 +2386,7 @@ reading from and writing to ZIP archives.")
|
||||||
(inputs
|
(inputs
|
||||||
(list curl zstd))
|
(list curl zstd))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("zstd:lib" ,zstd "lib"))) ;in Requires.private of zck.pc
|
(list `(,zstd "lib"))) ; in Requires.private of zck.pc
|
||||||
(home-page "https://github.com/zchunk/zchunk")
|
(home-page "https://github.com/zchunk/zchunk")
|
||||||
(synopsis "Compressed file format for efficient deltas")
|
(synopsis "Compressed file format for efficient deltas")
|
||||||
(description "The zchunk compressed file format allows splitting a file
|
(description "The zchunk compressed file format allows splitting a file
|
||||||
|
|
Reference in a new issue