ocamlPackages.js_of_ocaml: rename file to “default.nix”

This commit is contained in:
Vincent Laporte 2020-06-14 21:54:51 +02:00 committed by Vincent Laporte
parent d6a4ee1193
commit a0d4f232d7
2 changed files with 1 additions and 1 deletions

View file

@ -401,7 +401,7 @@ let
jingoo = callPackage ../development/ocaml-modules/jingoo { };
js_of_ocaml = callPackage ../development/tools/ocaml/js_of_ocaml/3.0.nix { };
js_of_ocaml = callPackage ../development/tools/ocaml/js_of_ocaml { };
js_of_ocaml-camlp4 = callPackage ../development/tools/ocaml/js_of_ocaml/camlp4.nix {};