mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ kernel.")
|
||||||
(inputs
|
(inputs
|
||||||
`(("coq" ,coq)))
|
`(("coq" ,coq)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ;; the tests are being run automaticlly as part of `make all`
|
`(#:tests? #f ; Tests are executed during build phase.
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(delete 'configure)
|
(delete 'configure)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue