pidgin: use system certificates to fix letsencrypt

This commit is contained in:
Evgeny Kurnevsky 2021-10-27 12:58:36 +03:00
parent a63cd4a89e
commit bf0c0cc767
No known key found for this signature in database
GPG Key ID: 8FF444E5412D750C

View File

@ -10,6 +10,7 @@
, gnutls ? null
, libgcrypt ? null
, plugins, symlinkJoin
, cacert
}:
# FIXME: clean the mess around choosing the SSL library (nss by default)
@ -59,6 +60,7 @@ let unwrapped = stdenv.mkDerivation rec {
"--with-nss-includes=${nss.dev}/include/nss"
"--with-nss-libs=${nss.out}/lib"
"--with-ncurses-headers=${ncurses.dev}/include"
"--with-system-ssl-certs=${cacert}/etc/ssl/certs"
"--disable-meanwhile"
"--disable-nm"
"--disable-tcl"