mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-19 05:07:11 -05:00
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:
parent
7fcb20a8fa
commit
f044ffc1c4
1 changed files with 1 additions and 1 deletions
|
@ -6114,7 +6114,7 @@ (define-public ocaml4.07-ppx-let
|
||||||
(janestreet-origin "ppx_let" version
|
(janestreet-origin "ppx_let" version
|
||||||
"1wdfw6w4xbg97a35yg6bif9gggxniy9ddnrjfw1a0inkl2yamxkj"))
|
"1wdfw6w4xbg97a35yg6bif9gggxniy9ddnrjfw1a0inkl2yamxkj"))
|
||||||
|
|
||||||
(properties `(upstream-name . "ppx_let")))))
|
(properties `((upstream-name . "ppx_let"))))))
|
||||||
|
|
||||||
(define-public ocaml4.07-ppx-fail
|
(define-public ocaml4.07-ppx-fail
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue