me
/
guix
Archived
1
0
Fork 0

gnu: camlboot: Raise max-silent-time timeout value to 4 hours.

* gnu/packages/ocaml.scm (camlboot)[properties]: Add a 'max-silent-time'
property, with a value of 4 hours.
master
Julien Lepiller 2021-03-05 15:51:52 +01:00
parent f5c3e8e2ec
commit 58277e68d4
No known key found for this signature in database
GPG Key ID: 53D457B2D636EE82
1 changed files with 2 additions and 0 deletions

View File

@ -155,6 +155,8 @@
(install-file "ocamllex" bin)))))))
(native-inputs
`(("guile" ,guile-3.0)))
(properties
`(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