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

unison: use OCaml 4.05

This commit is contained in:
Vincent Laporte 2018-08-21 12:36:21 +00:00
parent a823fb3ae5
commit b5a6e6cf01
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

@ -18898,7 +18898,7 @@ with pkgs;
unigine-valley = callPackage ../applications/graphics/unigine-valley { };
inherit (ocamlPackages) unison;
inherit (ocaml-ng.ocamlPackages_4_05) unison;
unpaper = callPackage ../tools/graphics/unpaper { };