From c9628ed06106a8763fa3fde9d47222ebccfc628a Mon Sep 17 00:00:00 2001 From: José Romildo Date: Sat, 22 Oct 2022 20:03:08 -0300 Subject: ocamlPackages.ocaml-recovery-parser: add update script --- pkgs/development/tools/ocaml/ocaml-recovery-parser/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkgs/development/tools/ocaml') diff --git a/pkgs/development/tools/ocaml/ocaml-recovery-parser/default.nix b/pkgs/development/tools/ocaml/ocaml-recovery-parser/default.nix index 19ce91574bf..7998d1e672a 100644 --- a/pkgs/development/tools/ocaml/ocaml-recovery-parser/default.nix +++ b/pkgs/development/tools/ocaml/ocaml-recovery-parser/default.nix @@ -4,6 +4,7 @@ , fix , menhirLib , menhirSdk +, gitUpdater }: buildDunePackage rec { @@ -26,6 +27,8 @@ buildDunePackage rec { menhirSdk ]; + passthru.updateScript = gitUpdater { }; + meta = with lib; { description = "A simple fork of OCaml parser with support for error recovery"; homepage = "https://github.com/serokell/ocaml-recovery-parser"; -- cgit 1.4.1