mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: python-pygpgme: Use INVOKE.
* gnu/packages/gnupg.scm (python-pygpgme)[arguments]: Use INVOKE.
This commit is contained in:
parent
cba8ba8b0d
commit
9a425d68d4
1 changed files with 2 additions and 4 deletions
|
@ -523,11 +523,9 @@ (define-public python-pygpgme
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'build 'make-build
|
(add-before 'build 'make-build
|
||||||
(lambda _
|
(lambda _ (invoke "make" "build")))
|
||||||
(zero? (system* "make" "build"))))
|
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda _
|
(lambda _ (invoke "make" "check"))))))
|
||||||
(zero? (system* "make" "check")))))))
|
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gnupg" ,gnupg-1)))
|
`(("gnupg" ,gnupg-1)))
|
||||||
|
|
Loading…
Reference in a new issue