gnu: khal: 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/calendar.scm (khal)[propagated-inputs]: Move all python packages... [inputs]: ... to here.
This commit is contained in:
parent
b9dd2a2fb7
commit
c135577dbf
1 changed files with 2 additions and 3 deletions
|
@ -223,9 +223,8 @@ (define-public khal
|
|||
("python-sphinxcontrib-newsfeed" ,python-sphinxcontrib-newsfeed)
|
||||
("python-sphinx" ,python-sphinx)))
|
||||
(inputs
|
||||
`(("sqlite" ,sqlite)))
|
||||
(propagated-inputs
|
||||
`(("python-configobj" ,python-configobj)
|
||||
`(("sqlite" ,sqlite)
|
||||
("python-configobj" ,python-configobj)
|
||||
("python-dateutil" ,python-dateutil)
|
||||
("python-icalendar" ,python-icalendar)
|
||||
("python-tzlocal" ,python-tzlocal)
|
||||
|
|
Loading…
Reference in a new issue