diff options
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")) |