me
/
guix
Archived
1
0
Fork 0

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.
master
Efraim Flashner 2020-04-17 10:42:41 +03:00
parent b9dd2a2fb7
commit c135577dbf
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 3 deletions

View File

@ -223,9 +223,8 @@ data units.")
("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)