me
/
guix
Archived
1
0
Fork 0

gnu: rpm: Enable zstd support.

* gnu/packages/package-management.scm (rpm) [inputs]: Add zstd.
master
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
1 changed files with 2 additions and 1 deletions

View File

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