gnu: rpm: Enable zstd support.

* gnu/packages/package-management.scm (rpm) [inputs]: Add zstd.
This commit is contained in:
Maxim Cournoyer 2023-02-09 08:47:21 -05:00
parent 1ab68deba6
commit d934f36096
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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))