mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: vdirsyncer: Don't propagate python-click-5.
This prevents a profile collision when installing the package. * gnu/packages/dav.scm (vdirsyncer)[propagated-inputs]: Move python-click-5 ... [inputs]: ... to here.
This commit is contained in:
parent
21131e9c6d
commit
8ed5d9502d
1 changed files with 3 additions and 2 deletions
|
@ -107,10 +107,11 @@ (define-public vdirsyncer
|
|||
("python-urllib3" ,python-urllib3)
|
||||
("python-wsgi-intercept" ,python-wsgi-intercept)
|
||||
("radicale" ,radicale)))
|
||||
(inputs
|
||||
`(;; XXX https://github.com/mitsuhiko/click/issues/200
|
||||
("python-click" ,python-click-5)))
|
||||
(propagated-inputs
|
||||
`(("python-atomicwrites" ,python-atomicwrites)
|
||||
;; XXX https://github.com/mitsuhiko/click/issues/200
|
||||
("python-click" ,python-click-5)
|
||||
("python-click-log" ,python-click-log)
|
||||
("python-click-threading" ,python-click-threading)
|
||||
("python-requests-toolbelt" ,python-requests-toolbelt)))
|
||||
|
|
Loading…
Reference in a new issue