3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #8671 from ts468/upstream.ocaml_ssl

ocaml-modules.ssl: make openssl propagatedBuildInput
This commit is contained in:
James Cook 2015-07-06 23:44:46 -07:00
commit 0248632cdf

View file

@ -13,7 +13,9 @@ stdenv.mkDerivation {
sha256 = "0i0j89b10n3xmmawcq4qfwa42133pddw4x5nysmsnpd15srv5gp9";
};
buildInputs = [which openssl ocaml findlib];
buildInputs = [which ocaml findlib];
propagatedBuildInputs = [openssl];
dontAddPrefix = true;