ocamlPackages.parany: use Dune 2

This commit is contained in:
Vincent Laporte
2021-04-01 08:46:19 +02:00
parent 99238d7ebe
commit 6373ef78c6

View File

@@ -4,6 +4,8 @@ buildDunePackage rec {
pname = "parany";
version = "8.0.0";
useDune2 = true;
src = fetchFromGitHub {
owner = "UnixJunkie";
repo = pname;