guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: camlboot: Fix typo in properties.


From: guix-commits
Subject: branch master updated: gnu: camlboot: Fix typo in properties.
Date: Fri, 05 Mar 2021 16:40:18 -0500

This is an automated email from the git hooks/post-receive script.

roptat pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new c6ada49  gnu: camlboot: Fix typo in properties.
c6ada49 is described below

commit c6ada4914d9ed1a8424c4b3953bd7dcf47fdf73c
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Fri Mar 5 22:38:19 2021 +0100

    gnu: camlboot: Fix typo in properties.
    
    * gnu/packages/ocaml.scm (camlboot)[properties]: Add missing pair of
    parenthesis.
---
 gnu/packages/ocaml.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index eb09747..086f3b0 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]