nixpkgs/pkgs/development/libraries/poco
maxice8 fad08c37e3 poco: move openssl to propagatedBuildInputs
this is required if someone is using Poco::Crypto, see the following
extract from poco's cmake files:

```cmake
include(CMakeFindDependencyMacro)
find_dependency(PocoFoundation)
find_dependency(OpenSSL REQUIRED COMPONENTS Crypto)
include("${CMAKE_CURRENT_LIST_DIR}/PocoCryptoTargets.cmake")
```
2022-03-28 09:39:56 -03:00
..
default.nix poco: move openssl to propagatedBuildInputs 2022-03-28 09:39:56 -03:00