mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
ocamlPackages.biotk: 0.2.0 → 0.3
This commit is contained in:
parent
e5dfb653d8
commit
4495fc3386
@ -6,11 +6,11 @@
|
||||
, ocaml-crunch
|
||||
, camlzip
|
||||
, core_kernel
|
||||
, core_unix
|
||||
, csvfields
|
||||
, core_unix ? null
|
||||
, csvfields ? null
|
||||
, fmt
|
||||
, gsl
|
||||
, ppx_csv_conv
|
||||
, ppx_csv_conv ? null
|
||||
, ppx_deriving
|
||||
, rresult
|
||||
, tyxml
|
||||
@ -20,13 +20,13 @@
|
||||
|
||||
buildDunePackage rec {
|
||||
pname = "biotk";
|
||||
version = "0.2.0";
|
||||
version = "0.3";
|
||||
|
||||
minimalOCamlVersion = "4.13";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/pveber/biotk/releases/download/v${version}/biotk-${version}.tbz";
|
||||
hash = "sha256-FQvbVj5MmraSN6AmOckKgJ/LB14E/pCsPvPvNppcv7A=";
|
||||
hash = "sha256-9eRd3qYteUxu/xNEUER/DHodr6cTCuPtSKr38x32gig=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ ocaml-crunch ];
|
||||
|
@ -92,7 +92,7 @@ let
|
||||
|
||||
biocaml = janeStreet_0_15.biocaml;
|
||||
|
||||
biotk = janeStreet_0_15.biotk;
|
||||
biotk = callPackage ../development/ocaml-modules/biotk { };
|
||||
|
||||
bisect_ppx = callPackage ../development/ocaml-modules/bisect_ppx { };
|
||||
|
||||
@ -840,15 +840,6 @@ let
|
||||
cfstream = self.cfstream.override { inherit core_kernel; };
|
||||
};
|
||||
|
||||
biotk = let
|
||||
angstrom = self.angstrom.override { inherit ppx_let; };
|
||||
in callPackage ../development/ocaml-modules/biotk {
|
||||
angstrom-unix = self.angstrom-unix.override { inherit angstrom; };
|
||||
ppx_deriving = self.ppx_deriving.override { inherit (jsDeps) ppxlib; };
|
||||
uri = self.uri.override { inherit angstrom; };
|
||||
vg = self.vg.override { htmlcBackend = false; };
|
||||
};
|
||||
|
||||
phylogenetics = let
|
||||
angstrom = self.angstrom.override { inherit ppx_let; };
|
||||
in callPackage ../development/ocaml-modules/phylogenetics {
|
||||
|
Loading…
Reference in New Issue
Block a user