ocamlPackages.oasis: remove 0.4.6

This commit is contained in:
Vincent Laporte
2017-07-11 02:46:32 +00:00
parent 5f3568cbce
commit 412da3210b
4 changed files with 4 additions and 40 deletions
@@ -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";