3
0
Fork 0
forked from mirrors/nixpkgs

ocamlPackages.xml-light: add update script

This commit is contained in:
José Romildo 2022-10-23 09:02:12 -03:00
parent 00b9b68cf1
commit 3f4c00e795

View file

@ -1,4 +1,4 @@
{ stdenv, lib, fetchFromGitHub, ocaml, findlib }:
{ stdenv, lib, fetchFromGitHub, ocaml, findlib, gitUpdater }:
stdenv.mkDerivation rec {
pname = "ocaml${ocaml.version}-xml-light";
@ -25,6 +25,8 @@ stdenv.mkDerivation rec {
runHook postInstall
'';
passthru.updateScript = gitUpdater { };
meta = {
description = "Minimal Xml parser and printer for OCaml";
longDescription = ''