ocamlPackages.ocplib-json-typed: use Dune 2

This commit is contained in:
Vincent Laporte 2020-12-05 23:23:58 +01:00 committed by Vincent Laporte
parent af0e520681
commit 24b4e1094e
2 changed files with 2 additions and 1 deletions

View file

@ -2,7 +2,7 @@
buildDunePackage {
pname = "ocplib-json-typed-bson";
inherit (ocplib-json-typed) version src;
inherit (ocplib-json-typed) version useDune2 src;
propagatedBuildInputs = [ ocplib-json-typed ocplib-endian ];

View file

@ -3,6 +3,7 @@
buildDunePackage rec {
pname = "ocplib-json-typed";
version = "0.7.1";
useDune2 = true;
src = fetchFromGitHub {
owner = "OCamlPro";
repo = "ocplib-json-typed";