ocamlPackages.yojson: use Dune 2
This commit is contained in:
parent
dcce5b98b6
commit
73487ea05e
|
@ -1,4 +1,4 @@
|
||||||
{ lib, stdenv, fetchzip, ocaml, findlib, dune, cppo, easy-format, biniou }:
|
{ lib, stdenv, fetchzip, ocaml, findlib, dune_2, cppo, easy-format, biniou }:
|
||||||
let
|
let
|
||||||
pname = "yojson";
|
pname = "yojson";
|
||||||
param =
|
param =
|
||||||
|
@ -6,7 +6,7 @@ let
|
||||||
version = "1.7.0";
|
version = "1.7.0";
|
||||||
url = "https://github.com/ocaml-community/yojson/releases/download/${version}/yojson-${version}.tbz";
|
url = "https://github.com/ocaml-community/yojson/releases/download/${version}/yojson-${version}.tbz";
|
||||||
sha256 = "08llz96if8bcgnaishf18si76cv11zbkni0aldb54k3cn7ipiqvd";
|
sha256 = "08llz96if8bcgnaishf18si76cv11zbkni0aldb54k3cn7ipiqvd";
|
||||||
nativeBuildInputs = [ dune ];
|
nativeBuildInputs = [ dune_2 ];
|
||||||
extra = {
|
extra = {
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
dune install --prefix $out --libdir $OCAMLFIND_DESTDIR ${pname}
|
dune install --prefix $out --libdir $OCAMLFIND_DESTDIR ${pname}
|
||||||
|
|
Loading…
Reference in New Issue