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:
parent
f0be1b82dc
commit
3685939f1b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user