about summary refs log tree commit diff
path: root/pkgs/development/interpreters/eff
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2020-06-21 07:33:19 +0200
committerVincent Laporte <vbgl@users.noreply.github.com>2020-06-28 09:59:04 +0200
commit2b8ee31b6d4961a0cd74d2a5ac1b275bb0f549a5 (patch)
tree38670765569e84f33a4ca6d80d0b81c43557f97a /pkgs/development/interpreters/eff
parentc4e1a2f9a300de841b27c6c3fb1f481747fcbf19 (diff)
eff: compatibility with JSoO 3.6.0
Diffstat (limited to 'pkgs/development/interpreters/eff')
-rw-r--r--pkgs/development/interpreters/eff/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/interpreters/eff/default.nix b/pkgs/development/interpreters/eff/default.nix
index c848ebc604793..cfd3bbbda4c32 100644
--- a/pkgs/development/interpreters/eff/default.nix
+++ b/pkgs/development/interpreters/eff/default.nix
@@ -14,6 +14,10 @@ stdenv.mkDerivation {
     sha256 = "1fslfj5d7fhj3f7kh558b8mk5wllwyq4rnhfkyd96fpy144sdcka";
   };
 
+  postPatch = ''
+    substituteInPlace setup.ml --replace js_of_ocaml.ocamlbuild js_of_ocaml-ocamlbuild
+  '';
+
   buildInputs = [ which ] ++ (with ocamlPackages; [
     ocaml findlib ocamlbuild menhir js_of_ocaml js_of_ocaml-ocamlbuild
   ]);