stunnel: Add explicit openssl reference (latest stunnel version did not build for me otherwise)
This commit is contained in:
parent
0025b681c6
commit
1ddfbae86a
|
@ -10,6 +10,10 @@ stdenv.mkDerivation {
|
|||
|
||||
buildInputs = [openssl];
|
||||
|
||||
configureFlags = [
|
||||
"--with-ssl=${openssl}"
|
||||
];
|
||||
|
||||
meta = {
|
||||
description = "Stunnel - Universal SSL wrapper";
|
||||
homepage = http://www.stunnel.org/;
|
||||
|
|
Loading…
Reference in New Issue