unison: use OCaml 4.09

This commit is contained in:
Vincent Laporte 2020-05-22 11:10:20 +02:00 committed by Vincent Laporte
parent 8fb991c7c4
commit 51fea1412f

@ -22443,6 +22443,7 @@ in
unigine-valley = callPackage ../applications/graphics/unigine-valley { };
unison = callPackage ../applications/networking/sync/unison {
ocamlPackages = ocaml-ng.ocamlPackages_4_09;
enableX11 = config.unison.enableX11 or true;
};