1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

flitter: use OCaml 4.13

This commit is contained in:
Vincent Laporte 2022-08-07 09:51:45 +02:00 committed by Vincent Laporte
parent 83ec931b18
commit 2acd2d4eac

View file

@ -3789,7 +3789,9 @@ with pkgs;
fits-cloudctl = callPackage ../tools/admin/fits-cloudctl { };
flitter = callPackage ../tools/misc/flitter { };
flitter = callPackage ../tools/misc/flitter {
ocamlPackages = ocaml-ng.ocamlPackages_4_13;
};
frangipanni = callPackage ../tools/text/frangipanni { };