Skip to content

Commit

Permalink
ocamlPackages.phylogenetics: 2019-11-15 → 2020-01-05
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Mar 26, 2020
1 parent 4288036 commit 3a393d6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/development/ocaml-modules/phylogenetics/default.nix
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{ stdenv, buildDunePackage, fetchFromGitHub, ppx_deriving
, alcotest, biocaml, gnuplot, lacaml, menhir, owl }:
, alcotest, biocaml, gnuplot, lacaml, menhir, ocaml-r, owl, printbox }:

buildDunePackage rec {
pname = "phylogenetics";
version = "unstable-2019-11-15";
version = "unstable-2020-01-05";

useDune2 = true;

src = fetchFromGitHub {
owner = "biocaml";
repo = pname;
rev = "91c03834db065cf4a86f33affbb9cfd216defc9f";
sha256 = "0i9m0633a6a724as35ix8z3p1gj267cl0hmqrpw4qfq39zxmgnxb";
rev = "b55ef7d7322bd822be26d21339945d45487fb547";
sha256 = "0hzfjhs5w3a7hlzxs739k5ik3k1xn3dzyzziid765s74f638n4hj";
};

minimumOCamlVersion = "4.08"; # e.g., uses Float.min

checkInputs = [ alcotest ];
propagatedBuildInputs = [ biocaml gnuplot lacaml menhir owl ppx_deriving ];
propagatedBuildInputs = [ biocaml gnuplot lacaml menhir ocaml-r owl ppx_deriving printbox ];

doCheck = false; # many tests require bppsuite

Expand Down

0 comments on commit 3a393d6

Please sign in to comment.