ocamlPackages.biniou: use Dune 2
This commit is contained in:
parent
6dbb06111d
commit
0e7add8190
@ -4,6 +4,8 @@ buildDunePackage rec {
|
||||
pname = "biniou";
|
||||
version = "1.2.1";
|
||||
|
||||
useDune2 = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ocaml-community";
|
||||
repo = pname;
|
||||
|
Loading…
Reference in New Issue
Block a user