From a0d4f232d778f39549c2c243c3017019edea3d94 Mon Sep 17 00:00:00 2001
From: Vincent Laporte <Vincent.Laporte@gmail.com>
Date: Sun, 14 Jun 2020 21:54:51 +0200
Subject: [PATCH] =?UTF-8?q?ocamlPackages.js=5Fof=5Focaml:=20rename=20file?=
 =?UTF-8?q?=20to=20=E2=80=9Cdefault.nix=E2=80=9D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .../tools/ocaml/js_of_ocaml/{3.0.nix => default.nix}            | 0
 pkgs/top-level/ocaml-packages.nix                               | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename pkgs/development/tools/ocaml/js_of_ocaml/{3.0.nix => default.nix} (100%)

diff --git a/pkgs/development/tools/ocaml/js_of_ocaml/3.0.nix b/pkgs/development/tools/ocaml/js_of_ocaml/default.nix
similarity index 100%
rename from pkgs/development/tools/ocaml/js_of_ocaml/3.0.nix
rename to pkgs/development/tools/ocaml/js_of_ocaml/default.nix
diff --git a/pkgs/top-level/ocaml-packages.nix b/pkgs/top-level/ocaml-packages.nix
index 130bd344982..4be489c76eb 100644
--- a/pkgs/top-level/ocaml-packages.nix
+++ b/pkgs/top-level/ocaml-packages.nix
@@ -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 {};