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

The incorrect 'properties' value was introduced in
3649c56a5f.

* gnu/packages/ocaml.scm (ocaml4.07-ppx-let)[properties]: Turn into an
alist.
This commit is contained in:
Ludovic Courtès 2021-12-04 18:24:22 +01:00
parent 7fcb20a8fa
commit f044ffc1c4
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -6114,7 +6114,7 @@ (define-public ocaml4.07-ppx-let
(janestreet-origin "ppx_let" version
"1wdfw6w4xbg97a35yg6bif9gggxniy9ddnrjfw1a0inkl2yamxkj"))
(properties `(upstream-name . "ppx_let")))))
(properties `((upstream-name . "ppx_let"))))))
(define-public ocaml4.07-ppx-fail
(package