mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
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.
This commit is contained in:
parent
f5c3e8e2ec
commit
58277e68d4
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue