ocamlPackages.elpi: use Dune 3

This commit is contained in:
Vincent Laporte 2023-04-06 08:05:32 +02:00
parent 0e19daa510
commit 33c744266b
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

@ -35,6 +35,7 @@ buildDunePackage rec {
./atd_2_10.patch;
minimalOCamlVersion = "4.04";
duneVersion = "3";
# atdgen is both a library and executable
nativeBuildInputs = [ perl ]