ocamlPackages.ppx_gen_rec: use Dune 2

This commit is contained in:
Vincent Laporte 2021-01-05 08:57:55 +01:00 committed by Vincent Laporte
parent 3fe3dcd92e
commit 5cbe85dbd8

View File

@ -4,7 +4,7 @@ buildDunePackage rec {
pname = "ppx_gen_rec";
version = "1.1.0";
minimumOCamlVersion = "4.01";
useDune2 = true;
src = fetchurl {
url = "https://github.com/flowtype/ocaml-${pname}/releases/download/v${version}/${pname}-v${version}.tbz";