ocamlPackages.ppx_import: use Dune 3

This commit is contained in:
Vincent Laporte 2023-05-02 06:07:38 +02:00
parent 89a31f56e9
commit 4abd5e93bd
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

@ -26,6 +26,7 @@ buildDunePackage rec {
inherit version;
minimalOCamlVersion = "4.05";
duneVersion = "3";
src = fetchurl {
url = "https://github.com/ocaml-ppx/ppx_import/releases/download/${version}/ppx_import-${version}.tbz";