gnu: camlboot: Fix typo in properties.
* gnu/packages/ocaml.scm (camlboot)[properties]: Add missing pair of parenthesis.
This commit is contained in:
parent
112692c0d5
commit
c6ada4914d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue