gnu: rpm: Enable zstd support.
* gnu/packages/package-management.scm (rpm) [inputs]: Add zstd.master
parent
1ab68deba6
commit
d934f36096
|
@ -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))
|
||||
|
|
Reference in New Issue