Skip to content

Commit

Permalink
ocamlPackages.lwt: remove spurious dependency on oasis
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Nov 1, 2017
1 parent 1167fde commit 7e31aef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/ocaml-modules/lwt/default.nix
@@ -1,5 +1,5 @@
{ stdenv, buildOcaml, fetchzip, which, cryptopp, ocaml, findlib, ocamlbuild, camlp4
, react, ssl, libev, pkgconfig, ncurses, ocaml_oasis, glib
, react, ssl, libev, pkgconfig, ncurses, glib
, ppx_tools, result, cppo
, ppxSupport ? stdenv.lib.versionAtLeast ocaml.version "4.02"
, version ? if stdenv.lib.versionAtLeast ocaml.version "4.02" then "2.7.1" else "2.6.0"
Expand Down Expand Up @@ -27,7 +27,7 @@ buildOcaml rec {
};

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

propagatedBuildInputs = [ result ]
Expand Down

0 comments on commit 7e31aef

Please sign in to comment.