Skip to content
Snippets Groups Projects
Unverified Commit 14af514b authored by Brett Gilio's avatar Brett Gilio
Browse files

gnu: coq-bignums: Fix comment spacing.

* gnu/packages/coq.scm (coq-bignums)[arguments]: Fix comment spacing after
  disabling test phase.
parent 8ace2045
No related branches found
No related tags found
No related merge requests found
...@@ -437,7 +437,7 @@ (define-public coq-bignums ...@@ -437,7 +437,7 @@ (define-public coq-bignums
(inputs (inputs
`(("camlp5" ,camlp5))) `(("camlp5" ,camlp5)))
(arguments (arguments
`(#:tests? #f; No test target `(#:tests? #f ; No test target.
#:make-flags #:make-flags
(list (string-append "COQLIBINSTALL=" (assoc-ref %outputs "out") (list (string-append "COQLIBINSTALL=" (assoc-ref %outputs "out")
"/lib/coq/user-contrib")) "/lib/coq/user-contrib"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment