ocamlPackages.ppx_gen_rec: use Dune 2
This commit is contained in:
parent
3fe3dcd92e
commit
5cbe85dbd8
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue