mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: khard: Disable tests.
* gnu/packages/mail.scm (khard)[arguments]: Set #:tests? #f.
This commit is contained in:
parent
8779987bba
commit
e9eafae289
1 changed files with 5 additions and 1 deletions
|
@ -1509,7 +1509,11 @@ (define-public khard
|
|||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(let* ((out (assoc-ref outputs "out"))
|
||||
(doc (string-append out "/share/doc/khard")))
|
||||
(copy-recursively "misc/khard" doc)))))))
|
||||
(copy-recursively "misc/khard" doc)
|
||||
#t))))
|
||||
;; FIXME: check phase fails with
|
||||
;; "Config file /tmp/.config/khard/khard.conf not available"
|
||||
#:tests? #f))
|
||||
(propagated-inputs
|
||||
`(("python-vobject" ,python-vobject)
|
||||
("python-pyyaml" ,python-pyyaml)
|
||||
|
|
Loading…
Reference in a new issue