forked from mirrors/nixpkgs
ocaml-top: use Dune 2
This commit is contained in:
parent
1a7a395a6f
commit
1106f2d1ac
|
@ -4,6 +4,8 @@ with ocamlPackages; buildDunePackage rec {
|
||||||
pname = "ocaml-top";
|
pname = "ocaml-top";
|
||||||
version = "1.2.0-rc";
|
version = "1.2.0-rc";
|
||||||
|
|
||||||
|
useDune2 = true;
|
||||||
|
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
url = "https://github.com/OCamlPro/ocaml-top/archive/${version}.tar.gz";
|
url = "https://github.com/OCamlPro/ocaml-top/archive/${version}.tar.gz";
|
||||||
sha256 = "1r290m9vvr25lgaanivz05h0kf4fd3h5j61wj4hpp669zffcyyb5";
|
sha256 = "1r290m9vvr25lgaanivz05h0kf4fd3h5j61wj4hpp669zffcyyb5";
|
||||||
|
|
Loading…
Reference in a new issue