mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
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 @@ (define-public zchunk
|
|||
(inputs
|
||||
(list curl zstd))
|
||||
(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")
|
||||
(synopsis "Compressed file format for efficient deltas")
|
||||
(description "The zchunk compressed file format allows splitting a file
|
||||
|
|
Loading…
Reference in a new issue