mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
ocamlPackages.ocaml-migrate-parsetree: use Dune 3
This commit is contained in:
parent
244c5561fb
commit
0939a9604d
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ buildDunePackage rec {
|
|||
pname = "ocaml-migrate-parsetree";
|
||||
version = "1.8.0";
|
||||
|
||||
useDune2 = lib.versionAtLeast ocaml.version "4.08";
|
||||
duneVersion = if lib.versionAtLeast ocaml.version "4.08" then "3" else "1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ocaml-ppx";
|
||||
|
|
Loading…
Reference in a new issue