diff options
author | Brett Gilio <brettg@gnu.org> | 2020-01-07 13:01:53 -0600 |
---|---|---|
committer | Brett Gilio <brettg@gnu.org> | 2020-01-07 13:01:53 -0600 |
commit | 14af514bf028db4fb878f4a46e477aba21c34b48 (patch) | |
tree | ec0e4d6f2174c819c1fbd7b1efb3a0a3a10d43c8 /gnu/packages | |
parent | 8ace2045432da1973111d60901b70709649f8866 (diff) | |
download | guix-14af514bf028db4fb878f4a46e477aba21c34b48.tar guix-14af514bf028db4fb878f4a46e477aba21c34b48.tar.gz |
gnu: coq-bignums: Fix comment spacing.
* gnu/packages/coq.scm (coq-bignums)[arguments]: Fix comment spacing after
disabling test phase.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/coq.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ 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")) |