guix-commits
[Top][All Lists]
Advanced

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

01/11: gnu: ocaml4.07-ppx-let: Make 'properties' an alist.


From: guix-commits
Subject: 01/11: gnu: ocaml4.07-ppx-let: Make 'properties' an alist.
Date: Tue, 7 Dec 2021 04:10:29 -0500 (EST)

civodul pushed a commit to branch wip-cpu-tuning
in repository guix.

commit 4cf39e6a2fde8c300f9022566949124fe1f89d2c
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sat Dec 4 18:24:22 2021 +0100

    gnu: ocaml4.07-ppx-let: Make 'properties' an alist.
    
    The incorrect 'properties' value was introduced in
    3649c56a5f23501a5bb3418dc6047b71d494f0fa.
    
    * gnu/packages/ocaml.scm (ocaml4.07-ppx-let)[properties]: Turn into an
    alist.
---
 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 102348a..cf81533 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -6114,7 +6114,7 @@ match expressions, and if expressions.")
       (janestreet-origin "ppx_let" version
                          
"1wdfw6w4xbg97a35yg6bif9gggxniy9ddnrjfw1a0inkl2yamxkj"))
 
-     (properties `(upstream-name . "ppx_let")))))
+     (properties `((upstream-name . "ppx_let"))))))
 
 (define-public ocaml4.07-ppx-fail
   (package



reply via email to

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