me
/
guix
Archived
1
0
Fork 0

gnu: python-docopt: Use INVOKE.

* gnu/packages/python.scm (python-docopt)[arguments]: Use INVOKE.
master
Ricardo Wurmus 2019-01-02 12:46:33 +01:00 committed by Ricardo Wurmus
parent 8ef0655747
commit cd70798a23
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 1 deletions

View File

@ -7343,7 +7343,7 @@ automatically detect a wide range of file encodings.")
`(#:phases
(modify-phases %standard-phases
(replace 'check
(lambda _ (zero? (system* "py.test")))))))
(lambda _ (invoke "py.test"))))))
(home-page "http://docopt.org")
(synopsis "Command-line interface description language for Python")
(description "This library allows the user to define a command-line