ocamlPackages.lambdasoup: use dune 2

This commit is contained in:
sternenseemann
2020-12-06 17:09:39 +01:00
committed by Vincent Laporte
parent d93651ab73
commit 1f850a0690

View File

@@ -4,6 +4,8 @@ buildDunePackage rec {
pname = "lambdasoup";
version = "0.7.1";
useDune2 = true;
src = fetchFromGitHub {
owner = "aantron";
repo = pname;