ssmtp: link with libcrypto explicitly
This commit is contained in:
parent
a898c8335d
commit
a54cc22d4d
@ -36,6 +36,8 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
buildInputs = stdenv.lib.optional tlsSupport openssl;
|
buildInputs = stdenv.lib.optional tlsSupport openssl;
|
||||||
|
|
||||||
|
NIX_LDFLAGS = stdenv.lib.optional tlsSupport [ "-lcrypto" ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user