mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
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:
parent
d2884b7fef
commit
3c9e86ae8b
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue