diff options
author | Julien Lepiller <julien@lepiller.eu> | 2021-03-05 22:38:19 +0100 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2021-03-05 22:38:19 +0100 |
commit | c6ada4914d9ed1a8424c4b3953bd7dcf47fdf73c (patch) | |
tree | 73c48fe88278ba88f047a96097bc64fdce9cd6d8 /gnu/packages/ocaml.scm | |
parent | 112692c0d546d35cd67c5dc70dbd1dc609b18f64 (diff) |
gnu: camlboot: Fix typo in properties.
* gnu/packages/ocaml.scm (camlboot)[properties]: Add missing pair of
parenthesis.
Diffstat (limited to 'gnu/packages/ocaml.scm')
-rw-r--r-- | gnu/packages/ocaml.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |