lol

ocaml-modules.ssl: make openssl propagatedBuildInput

+3 -1
+3 -1
pkgs/development/ocaml-modules/ssl/default.nix
··· 13 13 sha256 = "0i0j89b10n3xmmawcq4qfwa42133pddw4x5nysmsnpd15srv5gp9"; 14 14 }; 15 15 16 - buildInputs = [which openssl ocaml findlib]; 16 + buildInputs = [which ocaml findlib]; 17 + 18 + propagatedBuildInputs = [openssl]; 17 19 18 20 dontAddPrefix = true; 19 21