From 14af514bf028db4fb878f4a46e477aba21c34b48 Mon Sep 17 00:00:00 2001 From: Brett Gilio Date: Tue, 7 Jan 2020 13:01:53 -0600 Subject: gnu: coq-bignums: Fix comment spacing. * gnu/packages/coq.scm (coq-bignums)[arguments]: Fix comment spacing after disabling test phase. --- 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 7673e54225..6266f22fb6 100644 --- a/gnu/packages/coq.scm +++ b/gnu/packages/coq.scm @@ -437,7 +437,7 @@ (define-public coq-bignums (inputs `(("camlp5" ,camlp5))) (arguments - `(#:tests? #f; No test target + `(#:tests? #f ; No test target. #:make-flags (list (string-append "COQLIBINSTALL=" (assoc-ref %outputs "out") "/lib/coq/user-contrib")) -- cgit v1.2.3