ocaml-modules.ssl: make openssl propagatedBuildInput
This commit is contained in:
parent
2d1aafef55
commit
5f8104cd45
@ -13,7 +13,9 @@ stdenv.mkDerivation {
|
||||
sha256 = "0i0j89b10n3xmmawcq4qfwa42133pddw4x5nysmsnpd15srv5gp9";
|
||||
};
|
||||
|
||||
buildInputs = [which openssl ocaml findlib];
|
||||
buildInputs = [which ocaml findlib];
|
||||
|
||||
propagatedBuildInputs = [openssl];
|
||||
|
||||
dontAddPrefix = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user