Skip to content

Commit

Permalink
ocamlPackages.ocplib-json-typed: use Dune 2
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Dec 8, 2020
1 parent af0e520 commit 24b4e10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/ocaml-modules/ocplib-json-typed/bson.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
buildDunePackage rec {
pname = "ocplib-json-typed";
version = "0.7.1";
useDune2 = true;
src = fetchFromGitHub {
owner = "OCamlPro";
repo = "ocplib-json-typed";
Expand Down

0 comments on commit 24b4e10

Please sign in to comment.