mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
ocamlPackages.ppx_gen_rec: use Dune 2
This commit is contained in:
parent
3fe3dcd92e
commit
5cbe85dbd8
@ -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 New Issue
Block a user