Merge pull request #8671 from ts468/upstream.ocaml_ssl
ocaml-modules.ssl: make openssl propagatedBuildInput
This commit is contained in:
commit
0248632cdf
1 changed files with 3 additions and 1 deletions
|
@ -13,7 +13,9 @@ stdenv.mkDerivation {
|
|||
sha256 = "0i0j89b10n3xmmawcq4qfwa42133pddw4x5nysmsnpd15srv5gp9";
|
||||
};
|
||||
|
||||
buildInputs = [which openssl ocaml findlib];
|
||||
buildInputs = [which ocaml findlib];
|
||||
|
||||
propagatedBuildInputs = [openssl];
|
||||
|
||||
dontAddPrefix = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue