Loading pkgs/development/ocaml-modules/biotk/default.nix +5 −5 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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 ]; Loading pkgs/top-level/ocaml-packages.nix +1 −10 Original line number Diff line number Diff line Loading @@ -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 { }; Loading Loading @@ -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 Loading
pkgs/development/ocaml-modules/biotk/default.nix +5 −5 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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 ]; Loading
pkgs/top-level/ocaml-packages.nix +1 −10 Original line number Diff line number Diff line Loading @@ -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 { }; Loading Loading @@ -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