mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: rpm: Enable zstd support.
* gnu/packages/package-management.scm (rpm) [inputs]: Add zstd.
This commit is contained in:
parent
1ab68deba6
commit
d934f36096
1 changed files with 2 additions and 1 deletions
|
@ -869,7 +869,8 @@ (define-public rpm
|
|||
lua
|
||||
sqlite
|
||||
xz
|
||||
zlib))
|
||||
zlib
|
||||
zstd))
|
||||
(propagated-inputs
|
||||
;; popt is listed in the 'Requires' of rpm.pc.
|
||||
(list popt))
|
||||
|
|
Loading…
Reference in a new issue