ocamlPackages.bistro: use Dune 2
This commit is contained in:
parent
b4d6406058
commit
936ef7525d
@ -5,6 +5,9 @@
|
|||||||
buildDunePackage rec {
|
buildDunePackage rec {
|
||||||
pname = "bistro";
|
pname = "bistro";
|
||||||
version = "0.5.0";
|
version = "0.5.0";
|
||||||
|
|
||||||
|
useDune2 = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "pveber";
|
owner = "pveber";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user