ocamlPackages.bistro: use Dune 2

This commit is contained in:
Vincent Laporte
2020-10-30 20:30:56 +01:00
committed by Vincent Laporte
parent b4d6406058
commit 936ef7525d
@@ -5,6 +5,9 @@
buildDunePackage rec {
pname = "bistro";
version = "0.5.0";
useDune2 = true;
src = fetchFromGitHub {
owner = "pveber";
repo = pname;