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