me
/
guix
Archived
1
0
Fork 0

gnu: python-pygpgme: Use INVOKE.

* gnu/packages/gnupg.scm (python-pygpgme)[arguments]: Use INVOKE.
master
Ricardo Wurmus 2019-01-25 12:19:31 +01:00
parent cba8ba8b0d
commit 9a425d68d4
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 4 deletions

View File

@ -523,11 +523,9 @@ distributed separately.")
`(#:phases
(modify-phases %standard-phases
(add-before 'build 'make-build
(lambda _
(zero? (system* "make" "build"))))
(lambda _ (invoke "make" "build")))
(replace 'check
(lambda _
(zero? (system* "make" "check")))))))
(lambda _ (invoke "make" "check"))))))
(build-system python-build-system)
(native-inputs
`(("gnupg" ,gnupg-1)))