ocamlPackages.tdigest: add passthru.updateScript
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user