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