mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
ocamlPackages.ppx_tools_versioned: use Dune 3
This commit is contained in:
parent
016a65fde0
commit
c8c0901412
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ buildDunePackage rec {
|
|||
pname = "ppx_tools_versioned";
|
||||
version = "5.4.0";
|
||||
|
||||
useDune2 = true;
|
||||
duneVersion = "3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ocaml-ppx";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue