me
/
guix
Archived
1
0
Fork 0

gnu: rpm: Make popt a propagated input.

* gnu/packages/package-management.scm (rpm)[inputs]: Move popt...
[propagated-inputs]: ... to here.
Maxim Cournoyer 2022-08-02 14:57:15 -04:00
parent f0be1b82dc
commit 3685939f1b
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 3 additions and 1 deletions

View File

@ -887,11 +887,13 @@ features of Stow with some extensions.")
lua
nspr
nss
popt
python
sqlite
xz
zlib))
(propagated-inputs
;; popt is listed in the 'Requires' of rpm.pc.
(list popt))
(home-page "https://rpm.org/")
(synopsis "The RPM Package Manager")
(description