ocamlPackages.containers: remove spurious dependency on oasis

This commit is contained in:
Vincent Laporte 2017-11-12 08:28:02 +00:00
parent b7490c9702
commit 88389f43f7
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F

View File

@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, ocaml, findlib, ocamlbuild, cppo, gen, sequence, qtest, ounit, ocaml_oasis, result
{ stdenv, fetchFromGitHub, ocaml, findlib, ocamlbuild, cppo, gen, sequence, qtest, ounit, result
, qcheck }:
let
@ -20,7 +20,7 @@ stdenv.mkDerivation {
sha256 = "1gjs9d6759zpgp68djv296zwmvhdc6dqfb27aip7dhj6ic2bwgil";
};
buildInputs = [ ocaml findlib ocamlbuild cppo gen sequence qtest ounit ocaml_oasis qcheck ];
buildInputs = [ ocaml findlib ocamlbuild cppo gen sequence qtest ounit qcheck ];
propagatedBuildInputs = [ result ];