gnu: Remove ocaml4.07-ppx-let.

* gnu/packages/ocaml.scm (ocaml4.07-ppx-let): Remove variable.
(ocaml-ppx-let)[properties]: Remove variant.

Change-Id: Ia173d6bd784b6c1347c3ec2e3cc4e10b9537b092
This commit is contained in:
Julien Lepiller 2023-12-25 11:06:18 +01:00
parent 7c44828fab
commit c56a00a90f
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -7213,25 +7213,13 @@ size, the version of the compiler, ...")
(build-system dune-build-system) (build-system dune-build-system)
(propagated-inputs (propagated-inputs
(list ocaml-base ocaml-migrate-parsetree ocaml-ppxlib ocaml-ppx-here)) (list ocaml-base ocaml-migrate-parsetree ocaml-ppxlib ocaml-ppx-here))
(properties `((upstream-name . "ppx_let") (properties `((upstream-name . "ppx_let")))
(ocaml4.07-variant . ,(delay ocaml4.07-ppx-let))))
(home-page "https://github.com/janestreet/ppx_let") (home-page "https://github.com/janestreet/ppx_let")
(synopsis "Monadic let-bindings") (synopsis "Monadic let-bindings")
(description "A ppx rewriter for monadic and applicative let bindings, (description "A ppx rewriter for monadic and applicative let bindings,
match expressions, and if expressions.") match expressions, and if expressions.")
(license license:asl2.0))) (license license:asl2.0)))
(define-public ocaml4.07-ppx-let
(package-with-ocaml4.07
(package
(inherit ocaml-ppx-let)
(version "0.11.0")
(source
(janestreet-origin "ppx_let" version
"1wdfw6w4xbg97a35yg6bif9gggxniy9ddnrjfw1a0inkl2yamxkj"))
(properties `((upstream-name . "ppx_let"))))))
(define-public ocaml-ppx-fail (define-public ocaml-ppx-fail
(package (package
(name "ocaml-ppx-fail") (name "ocaml-ppx-fail")