mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 02:16:31 +01: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 @@ features of Stow with some extensions.")
|
|||
lua
|
||||
sqlite
|
||||
xz
|
||||
zlib))
|
||||
zlib
|
||||
zstd))
|
||||
(propagated-inputs
|
||||
;; popt is listed in the 'Requires' of rpm.pc.
|
||||
(list popt))
|
||||
|
|
Loading…
Add table
Reference in a new issue