js_of_ocaml-compiler: move

This commit is contained in:
Vincent Laporte 2017-08-27 14:29:57 +00:00
parent aea7216cf8
commit ef2c0f317a
2 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ let
js_of_ocaml = callPackage ../development/tools/ocaml/js_of_ocaml { lwt = lwt2; };
js_of_ocaml-compiler = callPackage ../development/tools/ocaml/js_of_ocaml-compiler {};
js_of_ocaml-compiler = callPackage ../development/tools/ocaml/js_of_ocaml/compiler.nix {};
jsonm = callPackage ../development/ocaml-modules/jsonm { };