ocamlPackages.yojson: use Dune 2

wip/yesman
Vincent Laporte 3 years ago
parent dcce5b98b6
commit 73487ea05e
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F
  1. 4
      pkgs/development/ocaml-modules/yojson/default.nix

@ -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
pname = "yojson";
param =
@ -6,7 +6,7 @@ let
version = "1.7.0";
url = "https://github.com/ocaml-community/yojson/releases/download/${version}/yojson-${version}.tbz";
sha256 = "08llz96if8bcgnaishf18si76cv11zbkni0aldb54k3cn7ipiqvd";
nativeBuildInputs = [ dune ];
nativeBuildInputs = [ dune_2 ];
extra = {
installPhase = ''
dune install --prefix $out --libdir $OCAMLFIND_DESTDIR ${pname}

Loading…
Cancel
Save