3
0
Fork 0
forked from mirrors/nixpkgs

ocamlPackages.ocaml-recovery-parser: add update script

This commit is contained in:
José Romildo 2022-10-22 20:03:08 -03:00 committed by Vincent Laporte
parent ccbc7eb29e
commit c9628ed061

View file

@ -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";