mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 01:16:57 +01:00
flitter: use OCaml 4.13
This commit is contained in:
parent
83ec931b18
commit
2acd2d4eac
1 changed files with 3 additions and 1 deletions
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue