ocamlPackages.earlybird: add update script

This commit is contained in:
José Romildo 2022-10-23 08:05:58 -03:00
parent c093491158
commit dbfbaae0fa

View File

@ -1,5 +1,6 @@
{ lib, fetchFromGitHub, ocaml, buildDunePackage
, cmdliner, dap, fmt, iter, logs, lru, lwt_ppx, lwt_react, menhir, menhirLib, path_glob, ppx_deriving_yojson
, gitUpdater
}:
if lib.versionAtLeast ocaml.version "4.13"
@ -23,6 +24,8 @@ buildDunePackage rec {
buildInputs = [ cmdliner dap fmt iter logs lru lwt_ppx lwt_react menhir menhirLib path_glob ppx_deriving_yojson ];
passthru.updateScript = gitUpdater { };
meta = {
homepage = "https://github.com/hackwaly/ocamlearlybird";
description = "OCaml debug adapter";