mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-06 12:14:40 +00:00
ocamlPackages.tdigest: cleanup
Remove unnecessary dependency on core and disable for OCaml < 4.14.
This commit is contained in:
parent
9d81b0e77f
commit
a6cafed7f7
@ -1,6 +1,7 @@
|
||||
{ lib, fetchFromGitHub, nix-update-script
|
||||
, buildDunePackage
|
||||
, core
|
||||
, base
|
||||
, ppx_sexp_conv
|
||||
}:
|
||||
|
||||
buildDunePackage rec {
|
||||
@ -14,10 +15,11 @@ buildDunePackage rec {
|
||||
sha256 = "sha256-Z2rOaiNGvVDbRwf5XfoNIcenQdrE3fxHnfzyi6Ki2Ic=";
|
||||
};
|
||||
|
||||
minimalOCamlVersion = "4.08";
|
||||
minimalOCamlVersion = "4.14";
|
||||
|
||||
propagatedBuildInputs = [
|
||||
core
|
||||
base
|
||||
ppx_sexp_conv
|
||||
];
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
Loading…
Reference in New Issue
Block a user