Skip to content

Commit 7e31aef

Browse files
committedNov 1, 2017
ocamlPackages.lwt: remove spurious dependency on oasis
1 parent 1167fde commit 7e31aef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/development/ocaml-modules/lwt/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{ stdenv, buildOcaml, fetchzip, which, cryptopp, ocaml, findlib, ocamlbuild, camlp4
2-
, react, ssl, libev, pkgconfig, ncurses, ocaml_oasis, glib
2+
, react, ssl, libev, pkgconfig, ncurses, glib
33
, ppx_tools, result, cppo
44
, ppxSupport ? stdenv.lib.versionAtLeast ocaml.version "4.02"
55
, version ? if stdenv.lib.versionAtLeast ocaml.version "4.02" then "2.7.1" else "2.6.0"
@@ -27,7 +27,7 @@ buildOcaml rec {
2727
};
2828

2929
nativeBuildInputs = [ pkgconfig ];
30-
buildInputs = [ ocaml_oasis which cryptopp ocaml findlib ocamlbuild glib ncurses camlp4 cppo ]
30+
buildInputs = [ which cryptopp ocaml findlib ocamlbuild glib ncurses camlp4 cppo ]
3131
++ stdenv.lib.optional ppxSupport ppx_tools;
3232

3333
propagatedBuildInputs = [ result ]

0 commit comments

Comments
 (0)
Please sign in to comment.