guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: gnu: coq-bignums: Fix comment spacing.


From: guix-commits
Subject: 02/04: gnu: coq-bignums: Fix comment spacing.
Date: Tue, 7 Jan 2020 14:03:35 -0500 (EST)

brettgilio pushed a commit to branch master
in repository guix.

commit 14af514bf028db4fb878f4a46e477aba21c34b48
Author: Brett Gilio <address@hidden>
AuthorDate: Tue Jan 7 13:01:53 2020 -0600

    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(-)

diff --git a/gnu/packages/coq.scm b/gnu/packages/coq.scm
index 7673e54..6266f22 100644
--- a/gnu/packages/coq.scm
+++ b/gnu/packages/coq.scm
@@ -437,7 +437,7 @@ theorems between the two libraries.")
     (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"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]