[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/04: gnu: coq-stdpp: Reword comment.
From: |
guix-commits |
Subject: |
04/04: gnu: coq-stdpp: Reword comment. |
Date: |
Tue, 7 Jan 2020 14:03:36 -0500 (EST) |
brettgilio pushed a commit to branch master
in repository guix.
commit 3c9e86ae8bf09d993e2e7a4ecb43d80da8fabb99
Author: Brett Gilio <address@hidden>
AuthorDate: Tue Jan 7 13:03:07 2020 -0600
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.
---
gnu/packages/coq.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/coq.scm b/gnu/packages/coq.scm
index cadbbdb..3eba39e 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)