stunnel: Add explicit openssl reference (latest stunnel version did not build for me otherwise)

This commit is contained in:
Rickard Nilsson 2013-05-30 12:11:13 +02:00
parent 0025b681c6
commit 1ddfbae86a

View file

@ -9,6 +9,10 @@ stdenv.mkDerivation {
};
buildInputs = [openssl];
configureFlags = [
"--with-ssl=${openssl}"
];
meta = {
description = "Stunnel - Universal SSL wrapper";