ocamlPackages.crowbar: use Dune 2

This commit is contained in:
Vincent Laporte
2021-04-01 09:10:16 +02:00
parent 43c444b3a2
commit 94837b564d

View File

@@ -5,6 +5,8 @@ buildDunePackage rec {
pname = "crowbar";
version = "0.2";
useDune2 = true;
src = fetchFromGitHub {
owner = "stedolan";
repo = pname;