gnu: rpm: Make popt a propagated input.

* gnu/packages/package-management.scm (rpm)[inputs]: Move popt...
[propagated-inputs]: ... to here.
This commit is contained in:
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

View file

@ -887,11 +887,13 @@ (define-public rpm
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