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
parent
d2884b7fef
commit
3c9e86ae8b
|
@ -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)
|
||||
|
|
Reference in New Issue