From ab51be3aba72f857363a2fca3358ef74a1e87d1f Mon Sep 17 00:00:00 2001 From: Julien Lepiller Date: Mon, 25 Dec 2023 11:11:41 +0100 Subject: gnu: Remove ocaml4.07-ppx-here. * gnu/packages/ocaml.scm (ocaml4.07-ppx-here): Remove variable. (ocaml-ppx-here)[properties]: Remove variant. Change-Id: I7b54d003c6bf988eb93d6a2345296d11add14f6d --- gnu/packages/ocaml.scm | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 34bb570dd4..c31176720b 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -6924,24 +6924,13 @@ many values).") `(#:tests? #f)) (propagated-inputs (list ocaml-base ocaml-migrate-parsetree ocaml-ppxlib)) - (properties `((upstream-name . "ppx_here") - (ocaml4.07-variant . ,(delay ocaml4.07-ppx-here)))) + (properties `((upstream-name . "ppx_here"))) (home-page "https://github.com/janestreet/ppx_here") (synopsis "Expands [%here] into its location") (description "Part of the Jane Street's PPX rewriters collection.") (license license:asl2.0))) -(define-public ocaml4.07-ppx-here - (package-with-ocaml4.07 - (package - (inherit ocaml-ppx-here) - (version "0.11.0") - (source - (janestreet-origin "ppx_here" version - "0wxcak3ay4jpigm3pfdcpr65qw4hxfa8whhkryhcd8gy71x056z5")) - (properties `((upstream-name . "ppx_here")))))) - (define-public ocaml-typerep (package (name "ocaml-typerep") -- cgit v1.2.3