Merge pull request #143125 from kurnevsky/pidgin-ssl-fix

This commit is contained in:
Sandro 2021-11-01 10:51:06 +01:00 committed by GitHub
commit 73207ec965
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"