mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: khard: Move propagated-inputs to inputs.
As a package one would install we can rely on wrapping the package and not propagating inputs to make it work correctly. * gnu/packages/mail.scm (khard)[propagated-inputs]: Move all python packages ... [inputs]: ... to here.
This commit is contained in:
parent
c135577dbf
commit
d312bbfa5a
1 changed files with 1 additions and 1 deletions
|
@ -1977,7 +1977,7 @@ (define-public khard
|
||||||
#t))))))
|
#t))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-setuptools-scm" ,python-setuptools-scm)))
|
`(("python-setuptools-scm" ,python-setuptools-scm)))
|
||||||
(propagated-inputs
|
(inputs
|
||||||
`(("python-atomicwrites" ,python-atomicwrites)
|
`(("python-atomicwrites" ,python-atomicwrites)
|
||||||
("python-configobj" ,python-configobj)
|
("python-configobj" ,python-configobj)
|
||||||
("python-pyyaml" ,python-pyyaml)
|
("python-pyyaml" ,python-pyyaml)
|
||||||
|
|
Loading…
Reference in a new issue