ocamlPackages.ocp-indent: use Dune 2
This commit is contained in:
parent
9e9527b1b4
commit
b729d4080a
@ -4,6 +4,8 @@ buildDunePackage rec {
|
|||||||
version = "1.8.2";
|
version = "1.8.2";
|
||||||
pname = "ocp-indent";
|
pname = "ocp-indent";
|
||||||
|
|
||||||
|
useDune2 = true;
|
||||||
|
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
url = "https://github.com/OCamlPro/ocp-indent/archive/${version}.tar.gz";
|
url = "https://github.com/OCamlPro/ocp-indent/archive/${version}.tar.gz";
|
||||||
sha256 = "1dvcl108ir9nqkk4mjm9xhhj4p9dx9bmg8bnms54fizs1x3x8ar3";
|
sha256 = "1dvcl108ir9nqkk4mjm9xhhj4p9dx9bmg8bnms54fizs1x3x8ar3";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user