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