Skip to content

Commit 412da32

Browse files
committedJul 11, 2017
ocamlPackages.oasis: remove 0.4.6
1 parent 5f3568c commit 412da32

File tree

4 files changed

+4
-40
lines changed

4 files changed

+4
-40
lines changed
 

‎pkgs/development/ocaml-modules/janestreet/buildOcamlJane.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{ buildOcaml, opam, js_build_tools, ocaml_oasis_46, fetchurl } :
1+
{ buildOcaml, opam, js_build_tools, ocaml_oasis, fetchurl } :
22

33
{ name, version ? "113.33.03", buildInputs ? [],
44
hash ? "",
@@ -14,7 +14,7 @@ buildOcaml (args // {
1414

1515
hasSharedObjects = true;
1616

17-
buildInputs = [ ocaml_oasis_46 js_build_tools opam ] ++ buildInputs;
17+
buildInputs = [ ocaml_oasis js_build_tools opam ] ++ buildInputs;
1818

1919
dontAddPrefix = true;
2020

‎pkgs/development/ocaml-modules/janestreet/js-build-tools.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{stdenv, buildOcaml, fetchurl, ocaml_oasis_46, opam}:
1+
{ stdenv, buildOcaml, fetchurl, ocaml_oasis, opam }:
22

33
buildOcaml rec {
44
name = "js-build-tools";
@@ -13,7 +13,7 @@ buildOcaml rec {
1313

1414
hasSharedObjects = true;
1515

16-
buildInputs = [ ocaml_oasis_46 opam ];
16+
buildInputs = [ ocaml_oasis opam ];
1717

1818
dontAddPrefix = true;
1919
configurePhase = "./configure --prefix $prefix";

‎pkgs/development/tools/ocaml/oasis/0.4.6.nix

-35
This file was deleted.

‎pkgs/top-level/ocaml-packages.nix

-1
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,6 @@ let
397397
ocamlnet = callPackage ../development/ocaml-modules/ocamlnet { };
398398

399399
ocaml_oasis = callPackage ../development/tools/ocaml/oasis { };
400-
ocaml_oasis_46 = callPackage ../development/tools/ocaml/oasis/0.4.6.nix { };
401400

402401
ocaml_optcomp = callPackage ../development/ocaml-modules/optcomp { };
403402

0 commit comments

Comments
 (0)
Please sign in to comment.