Skip to content

Commit

Permalink
ocamlPackages_latest.phylogenetics: dune2/fix meta
Browse files Browse the repository at this point in the history
(cherry picked from commit fd9b40d)

cc #81160
  • Loading branch information
bcdarwin authored and veprbl committed Mar 13, 2020
1 parent 6626072 commit bc3a697
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/ocaml-modules/phylogenetics/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ stdenv, buildDunePackage, fetchFromGitHub, ppx_deriving
{ stdenv, buildDune2Package, fetchFromGitHub, ppx_deriving
, alcotest, biocaml, gnuplot, lacaml, menhir, owl }:

buildDunePackage rec {
buildDune2Package rec {
pname = "phylogenetics";
version = "unstable-2019-11-15";

Expand All @@ -20,7 +20,7 @@ buildDunePackage rec {
doCheck = false; # many tests require bppsuite

meta = with stdenv.lib; {
inherit (std.meta) homepage;
inherit (src.meta) homepage;
description = "Bioinformatics library for Ocaml";
maintainers = [ maintainers.bcdarwin ];
license = licenses.cecill-b;
Expand Down

0 comments on commit bc3a697

Please sign in to comment.