Merge pull request #8671 from ts468/upstream.ocaml_ssl
ocaml-modules.ssl: make openssl propagatedBuildInput
This commit is contained in:
commit
0248632cdf
@ -13,7 +13,9 @@ stdenv.mkDerivation {
|
|||||||
sha256 = "0i0j89b10n3xmmawcq4qfwa42133pddw4x5nysmsnpd15srv5gp9";
|
sha256 = "0i0j89b10n3xmmawcq4qfwa42133pddw4x5nysmsnpd15srv5gp9";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [which openssl ocaml findlib];
|
buildInputs = [which ocaml findlib];
|
||||||
|
|
||||||
|
propagatedBuildInputs = [openssl];
|
||||||
|
|
||||||
dontAddPrefix = true;
|
dontAddPrefix = true;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user