me
/
guix
Archived
1
0
Fork 0

gnu: khard: Enable tests.

* gnu/packages/mail.scm (khard)[arguments]: Enable test suite.
master
Efraim Flashner 2019-02-13 21:33:57 +02:00
parent 2de52d0cbb
commit 2385012b89
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 8 additions and 12 deletions

View File

@ -1746,11 +1746,7 @@ maintained.")
(let* ((out (assoc-ref outputs "out"))
(doc (string-append out "/share/doc/khard")))
(copy-recursively "misc/khard" doc)
#t))))
;; Tests are currently only runnable without preexisting data on
;; the development branch:
;; https://github.com/scheibler/khard/issues/176
#:tests? #f))
#t))))))
(propagated-inputs
`(("python-atomicwrites" ,python-atomicwrites)
("python-configobj" ,python-configobj)