ocamlPackages.ppx_deriving_yojson: use Dune 3

This commit is contained in:
Vincent Laporte 2023-05-02 06:07:58 +02:00
parent 0615f29a66
commit 167787f897
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

@ -17,6 +17,7 @@ buildDunePackage rec {
inherit (param) version;
minimalOCamlVersion = "4.07";
duneVersion = "3";
src = fetchFromGitHub {
owner = "ocaml-ppx";