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.
This commit is contained in:
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

View file

@ -604,7 +604,7 @@ (define-public coq-stdpp
(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)