3
0
Fork 0
forked from mirrors/nixpkgs

ocaml-modules.ssl: make openssl propagatedBuildInput

This commit is contained in:
Thomas Strobel 2015-07-07 00:44:49 +02:00
parent 2d1aafef55
commit 5f8104cd45

View file

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