This is an automated email from the git hooks/post-receive script. roptat pushed a commit to branch master in repository guix.
The following commit(s) were added to refs/heads/master by this push: new c6ada49 gnu: camlboot: Fix typo in properties. c6ada49 is described below commit c6ada4914d9ed1a8424c4b3953bd7dcf47fdf73c Author: Julien Lepiller <jul...@lepiller.eu> AuthorDate: Fri Mar 5 22:38:19 2021 +0100 gnu: camlboot: Fix typo in properties. * gnu/packages/ocaml.scm (camlboot)[properties]: Add missing pair of parenthesis. --- gnu/packages/ocaml.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index eb09747..086f3b0 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -156,7 +156,7 @@ (native-inputs `(("guile" ,guile-3.0))) (properties - `(max-silent-time . 14400)) ; 4 hours, expected even on x86_64 + `((max-silent-time . 14400))) ; 4 hours, expected even on x86_64 (home-page "https://github.com/Ekdohibs/camlboot") (synopsis "OCaml souce bootstrap") (description "OCaml is written in OCaml. Its sources contain a pre-compiled