jackline: use OCaml 4.08

This commit is contained in:
Vincent Laporte 2020-04-07 11:43:04 +02:00
parent 1e0b28af55
commit dbc8a54ce5
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

@ -19827,7 +19827,9 @@ in
hyperledger-fabric = callPackage ../tools/misc/hyperledger-fabric { };
jackline = callPackage ../applications/networking/instant-messengers/jackline { };
jackline = callPackage ../applications/networking/instant-messengers/jackline {
ocamlPackages = ocaml-ng.ocamlPackages_4_08;
};
leftwm = callPackage ../applications/window-managers/leftwm { };