From c6ada4914d9ed1a8424c4b3953bd7dcf47fdf73c Mon Sep 17 00:00:00 2001 From: Julien Lepiller Date: Fri, 5 Mar 2021 22:38:19 +0100 Subject: 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(-) (limited to 'gnu/packages/ocaml.scm') diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index eb09747127..086f3b048a 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 -- cgit v1.2.3