gnu: camlboot: Fix typo in properties.

* gnu/packages/ocaml.scm (camlboot)[properties]: Add missing pair of
parenthesis.
This commit is contained in:
Julien Lepiller 2021-03-05 22:38:19 +01:00
parent 112692c0d5
commit c6ada4914d
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -156,7 +156,7 @@ (define-public camlboot
(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