ocamlPackages.bistro: use Dune 2

This commit is contained in:
Vincent Laporte 2020-10-29 06:24:33 +01:00 committed by Vincent Laporte
parent b4d6406058
commit 936ef7525d

View file

@ -5,6 +5,9 @@
buildDunePackage rec {
pname = "bistro";
version = "0.5.0";
useDune2 = true;
src = fetchFromGitHub {
owner = "pveber";
repo = pname;