about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/phylogenetics
diff options
context:
space:
mode:
authorBen Darwin <bcdarwin@gmail.com>2020-02-27 00:00:53 -0500
committerBen Darwin <bcdarwin@gmail.com>2020-02-27 12:22:14 -0500
commitfd9b40d07650e428fd8dc74505cd7ec5c0163cd4 (patch)
tree7551e4ef6ce5edac19bfc54c501d5810ad84941f /pkgs/development/ocaml-modules/phylogenetics
parent290b09847ac87c18370fdf3b6a9bb771c9c400f8 (diff)
downloadnixlib-fd9b40d07650e428fd8dc74505cd7ec5c0163cd4.tar
nixlib-fd9b40d07650e428fd8dc74505cd7ec5c0163cd4.tar.gz
nixlib-fd9b40d07650e428fd8dc74505cd7ec5c0163cd4.tar.bz2
nixlib-fd9b40d07650e428fd8dc74505cd7ec5c0163cd4.tar.lz
nixlib-fd9b40d07650e428fd8dc74505cd7ec5c0163cd4.tar.xz
nixlib-fd9b40d07650e428fd8dc74505cd7ec5c0163cd4.tar.zst
nixlib-fd9b40d07650e428fd8dc74505cd7ec5c0163cd4.zip
ocamlPackages_latest.phylogenetics: dune2/fix meta
Diffstat (limited to 'pkgs/development/ocaml-modules/phylogenetics')
-rw-r--r--pkgs/development/ocaml-modules/phylogenetics/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/ocaml-modules/phylogenetics/default.nix b/pkgs/development/ocaml-modules/phylogenetics/default.nix
index e665a3235788..049a9a97c8e2 100644
--- a/pkgs/development/ocaml-modules/phylogenetics/default.nix
+++ b/pkgs/development/ocaml-modules/phylogenetics/default.nix
@@ -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";
 
@@ -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;