gnu: python-gnupg: Return #t from phase.
* gnu/packages/gnupg.scm (python-gnupg)[arguments]: Substitute INVOKE for SYSTEM*.
This commit is contained in:
parent
ff76a1e9ca
commit
b262aba733
|
@ -529,8 +529,8 @@ decrypt messages using the OpenPGP format by making use of GPGME.")
|
||||||
(setenv "USERNAME" "guixbuilder")
|
(setenv "USERNAME" "guixbuilder")
|
||||||
;; The doctests are extremely slow and sometimes time out,
|
;; The doctests are extremely slow and sometimes time out,
|
||||||
;; so we disable them.
|
;; so we disable them.
|
||||||
(zero? (system* "python"
|
(invoke "python"
|
||||||
"test_gnupg.py" "--no-doctests")))))))
|
"test_gnupg.py" "--no-doctests"))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gnupg" ,gnupg-1)))
|
`(("gnupg" ,gnupg-1)))
|
||||||
(home-page "https://packages.python.org/python-gnupg/index.html")
|
(home-page "https://packages.python.org/python-gnupg/index.html")
|
||||||
|
|
Loading…
Reference in New Issue