forked from mirrors/nixpkgs
ocamlPackages.ppx_import: use Dune 3
This commit is contained in:
parent
89a31f56e9
commit
4abd5e93bd
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue