summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2021-03-05 22:38:19 +0100
committerJulien Lepiller <julien@lepiller.eu>2021-03-05 22:38:19 +0100
commitc6ada4914d9ed1a8424c4b3953bd7dcf47fdf73c (patch)
tree73c48fe88278ba88f047a96097bc64fdce9cd6d8
parent112692c0d546d35cd67c5dc70dbd1dc609b18f64 (diff)
gnu: camlboot: Fix typo in properties.
* gnu/packages/ocaml.scm (camlboot)[properties]: Add missing pair of parenthesis.
-rw-r--r--gnu/packages/ocaml.scm2
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