From 0d74bf610d5f8c8fc301a562d28be866e654f63e Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Mon, 19 May 2025 08:38:01 +0200 Subject: [PATCH] =?UTF-8?q?ocamlPackages.lwt=5Fppx:=202.1.0=20=E2=86=92=20?= =?UTF-8?q?5.9.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/development/ocaml-modules/lwt/ppx.nix | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/pkgs/development/ocaml-modules/lwt/ppx.nix b/pkgs/development/ocaml-modules/lwt/ppx.nix index be2e32220c8b..fd7fbf0cc6bf 100644 --- a/pkgs/development/ocaml-modules/lwt/ppx.nix +++ b/pkgs/development/ocaml-modules/lwt/ppx.nix @@ -7,24 +7,7 @@ buildDunePackage { pname = "lwt_ppx"; - version = "2.1.0"; - duneVersion = "3"; - - minimalOCamlVersion = "4.04"; - - # `lwt_ppx` has a different release cycle than Lwt, but it's included in - # one of its release bundles. - # Because there could exist an Lwt release _without_ a `lwt_ppx` release, - # this `src` field doesn't inherit from the Lwt derivation. - # - # This is particularly useful for overriding Lwt without breaking `lwt_ppx`, - # as new Lwt releases may contain broken `lwt_ppx` code. - src = fetchFromGitHub { - owner = "ocsigen"; - repo = "lwt"; - rev = "5.6.0"; - hash = "sha256-DLQupCkZ14kOuSQatbb7j07I+jvvDCKpdlaR3rijT4s="; - }; + inherit (lwt) version src; propagatedBuildInputs = [ lwt