summaryrefslogtreecommitdiff
path: root/gnu/packages/coq.scm
diff options
context:
space:
mode:
authorBrett Gilio <brettg@gnu.org>2020-01-07 13:03:07 -0600
committerBrett Gilio <brettg@gnu.org>2020-01-07 13:03:07 -0600
commit3c9e86ae8bf09d993e2e7a4ecb43d80da8fabb99 (patch)
tree51691e0239201960ca43dc90791a8b3b467dbe3b /gnu/packages/coq.scm
parentd2884b7feff849bc969503dea2a6e8052fc139a6 (diff)
downloadpatches-3c9e86ae8bf09d993e2e7a4ecb43d80da8fabb99.tar
patches-3c9e86ae8bf09d993e2e7a4ecb43d80da8fabb99.tar.gz
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.
Diffstat (limited to 'gnu/packages/coq.scm')
-rw-r--r--gnu/packages/coq.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/coq.scm b/gnu/packages/coq.scm
index cadbbdbaa5..3eba39e5d0 100644
--- a/gnu/packages/coq.scm
+++ b/gnu/packages/coq.scm
@@ -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)