mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05: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))))))
|
||||
(native-inputs
|
||||
`(("python-setuptools-scm" ,python-setuptools-scm)))
|
||||
(propagated-inputs
|
||||
(inputs
|
||||
`(("python-atomicwrites" ,python-atomicwrites)
|
||||
("python-configobj" ,python-configobj)
|
||||
("python-pyyaml" ,python-pyyaml)
|
||||
|
|
Loading…
Reference in a new issue