ocamlPackages.tdigest: add passthru.updateScript

This commit is contained in:
Niols
2023-07-10 22:57:12 +02:00
committed by Vincent Laporte
parent 248eda9687
commit 2ff236efb5
@@ -1,4 +1,5 @@
{ lib, fetchFromGitHub, buildDunePackage
{ lib, fetchFromGitHub, nix-update-script
, buildDunePackage
, core
}:
@@ -19,6 +20,8 @@ buildDunePackage rec {
core
];
passthru.updateScript = nix-update-script { };
meta = with lib; {
homepage = "https://github.com/SGrondin/${pname}";
description = "OCaml implementation of the T-Digest algorithm";