mldonkey: use OCaml 4.05
This commit is contained in:
parent
9edd1875bc
commit
4d26e2a312
1 changed files with 3 additions and 1 deletions
|
@ -17454,7 +17454,9 @@ with pkgs;
|
|||
|
||||
mjpg-streamer = callPackage ../applications/video/mjpg-streamer { };
|
||||
|
||||
mldonkey = callPackage ../applications/networking/p2p/mldonkey { };
|
||||
mldonkey = callPackage ../applications/networking/p2p/mldonkey {
|
||||
ocamlPackages = ocaml-ng.ocamlPackages_4_05;
|
||||
};
|
||||
|
||||
MMA = callPackage ../applications/audio/MMA { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue