mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
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
1 changed files with 2 additions and 2 deletions
|
@ -529,8 +529,8 @@ (define-public python-gnupg
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue