buildDunePackage: add a “useDune2” option
This commit is contained in:
committed by
Vincent Laporte
parent
3c4c703368
commit
0229936bbe
@@ -1,10 +1,12 @@
|
||||
{ stdenv, buildDune2Package, fetchFromGitHub, ppx_deriving
|
||||
{ stdenv, buildDunePackage, fetchFromGitHub, ppx_deriving
|
||||
, alcotest, biocaml, gnuplot, lacaml, menhir, owl }:
|
||||
|
||||
buildDune2Package rec {
|
||||
buildDunePackage rec {
|
||||
pname = "phylogenetics";
|
||||
version = "unstable-2019-11-15";
|
||||
|
||||
useDune2 = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "biocaml";
|
||||
repo = pname;
|
||||
|
||||
Reference in New Issue
Block a user