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:
Brett Gilio 2020-01-07 13:01:53 -06:00
parent 8ace204543
commit 14af514bf0
No known key found for this signature in database
GPG key ID: 672243C4A03F0EEE

View file

@ -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"))