me
/
guix
Archived
1
0
Fork 0

gnu: coq-stdpp: Reword comment.

* gnu/packages/coq.scm (coq-stdpp)[arguments]: Reword comment about tests
  being executed during build phase, to read more fluently.
master
Brett Gilio 2020-01-07 13:03:07 -06:00
parent d2884b7fef
commit 3c9e86ae8b
No known key found for this signature in database
GPG Key ID: 672243C4A03F0EEE
1 changed files with 1 additions and 1 deletions

View File

@ -604,7 +604,7 @@ kernel.")
(inputs
`(("coq" ,coq)))
(arguments
`(#:tests? #f ;; the tests are being run automaticlly as part of `make all`
`(#:tests? #f ; Tests are executed during build phase.
#:phases
(modify-phases %standard-phases
(delete 'configure)