Skip to content

Commit

Permalink
ocamlPackages.nocrypto: remove spurious dependency on oasis
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Nov 12, 2017
1 parent d9dd542 commit dd1a9fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/ocaml-modules/nocrypto/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, ocaml, findlib, ocamlbuild, opam, topkg
, cpuid, ocb-stubblr
, cstruct, zarith, ocaml_oasis, ppx_sexp_conv, sexplib
, cstruct, zarith, ppx_sexp_conv, sexplib
, lwt ? null
}:

Expand All @@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
sha256 = "0nhnlpbqh3mf9y2cxivlvfb70yfbdpvg6jslzq64xblpgjyg443p";
};

buildInputs = [ ocaml ocaml_oasis findlib ocamlbuild topkg opam cpuid ocb-stubblr
buildInputs = [ ocaml findlib ocamlbuild topkg opam cpuid ocb-stubblr
ppx_sexp_conv ];
propagatedBuildInputs = [ cstruct zarith sexplib ] ++ optional withLwt lwt;

Expand Down

0 comments on commit dd1a9fa

Please sign in to comment.