gnu: coq-bignums: Fix comment spacing.
* gnu/packages/coq.scm (coq-bignums)[arguments]: Fix comment spacing after disabling test phase.
This commit is contained in:
parent
8ace204543
commit
14af514bf0
1 changed files with 1 additions and 1 deletions
|
@ -437,7 +437,7 @@ theorems between the two libraries.")
|
||||||
(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"))
|
||||||
|
|
Reference in a new issue