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