about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/janestreet
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2017-07-11 02:45:08 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-07-11 02:46:32 +0000
commit412da3210bb017c189418994f5bc3ad9655c8deb (patch)
tree7a13cb71b119d5699ae83b01f6efef6666a8bde9 /pkgs/development/ocaml-modules/janestreet
parent5f3568cbce977a9d45f6de78657ced7f9295d6ee (diff)
downloadnixlib-412da3210bb017c189418994f5bc3ad9655c8deb.tar
nixlib-412da3210bb017c189418994f5bc3ad9655c8deb.tar.gz
nixlib-412da3210bb017c189418994f5bc3ad9655c8deb.tar.bz2
nixlib-412da3210bb017c189418994f5bc3ad9655c8deb.tar.lz
nixlib-412da3210bb017c189418994f5bc3ad9655c8deb.tar.xz
nixlib-412da3210bb017c189418994f5bc3ad9655c8deb.tar.zst
nixlib-412da3210bb017c189418994f5bc3ad9655c8deb.zip
ocamlPackages.oasis: remove 0.4.6
Diffstat (limited to 'pkgs/development/ocaml-modules/janestreet')
-rw-r--r--pkgs/development/ocaml-modules/janestreet/buildOcamlJane.nix4
-rw-r--r--pkgs/development/ocaml-modules/janestreet/js-build-tools.nix4
2 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/ocaml-modules/janestreet/buildOcamlJane.nix b/pkgs/development/ocaml-modules/janestreet/buildOcamlJane.nix
index 6e988c4479a5..61b2038bfd29 100644
--- a/pkgs/development/ocaml-modules/janestreet/buildOcamlJane.nix
+++ b/pkgs/development/ocaml-modules/janestreet/buildOcamlJane.nix
@@ -1,4 +1,4 @@
-{ buildOcaml, opam, js_build_tools, ocaml_oasis_46, fetchurl } :
+{ buildOcaml, opam, js_build_tools, ocaml_oasis, fetchurl } :
 
 { name, version ? "113.33.03", buildInputs ? [],
   hash ? "",
@@ -14,7 +14,7 @@ buildOcaml (args // {
 
   hasSharedObjects = true;
 
-  buildInputs = [ ocaml_oasis_46 js_build_tools opam ] ++ buildInputs;
+  buildInputs = [ ocaml_oasis js_build_tools opam ] ++ buildInputs;
 
   dontAddPrefix = true;
 
diff --git a/pkgs/development/ocaml-modules/janestreet/js-build-tools.nix b/pkgs/development/ocaml-modules/janestreet/js-build-tools.nix
index 328ffc58bdc1..2c314f3dbdea 100644
--- a/pkgs/development/ocaml-modules/janestreet/js-build-tools.nix
+++ b/pkgs/development/ocaml-modules/janestreet/js-build-tools.nix
@@ -1,4 +1,4 @@
-{stdenv, buildOcaml, fetchurl, ocaml_oasis_46, opam}:
+{ stdenv, buildOcaml, fetchurl, ocaml_oasis, opam }:
 
 buildOcaml rec {
   name = "js-build-tools";
@@ -13,7 +13,7 @@ buildOcaml rec {
 
   hasSharedObjects = true;
 
-  buildInputs = [ ocaml_oasis_46 opam ];
+  buildInputs = [ ocaml_oasis opam ];
 
   dontAddPrefix = true;
   configurePhase = "./configure --prefix $prefix";