mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
ocamlPackages.ocplib-json-typed: use Dune 2
This commit is contained in:
parent
af0e520681
commit
24b4e1094e
@ -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 ];
|
||||
|
||||
|
@ -3,6 +3,7 @@
|
||||
buildDunePackage rec {
|
||||
pname = "ocplib-json-typed";
|
||||
version = "0.7.1";
|
||||
useDune2 = true;
|
||||
src = fetchFromGitHub {
|
||||
owner = "OCamlPro";
|
||||
repo = "ocplib-json-typed";
|
||||
|
Loading…
Reference in New Issue
Block a user