From 3c9e86ae8bf09d993e2e7a4ecb43d80da8fabb99 Mon Sep 17 00:00:00 2001 From: Brett Gilio Date: Tue, 7 Jan 2020 13:03:07 -0600 Subject: 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(-) (limited to 'gnu') 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 @@ (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) -- cgit v1.2.3