* Disable building with an external NSS library for now. Firefox

gives strange "sec_error_unknown_issuer" errors on https sites.

svn path=/nixpkgs/trunk/; revision=16252
This commit is contained in:
Eelco Dolstra 2009-07-08 14:35:25 +00:00
parent e8bd387f04
commit 852bdab69a

View file

@ -31,7 +31,7 @@ rec {
"--with-system-zlib"
"--with-system-bz2"
"--with-system-nspr"
"--with-system-nss"
#"--with-system-nss"
# "--with-system-png" # <-- "--with-system-png won't work because the system's libpng doesn't have APNG support"
"--enable-system-cairo"
#"--enable-system-sqlite" # <-- this seems to be discouraged
@ -49,7 +49,7 @@ rec {
[ pkgconfig gtk perl zip libIDL libjpeg libpng zlib cairo bzip2
python dbus dbus_glib pango freetype fontconfig xlibs.libXi
xlibs.libX11 xlibs.libXrender xlibs.libXft xlibs.libXt file
alsaLib nspr nss
alsaLib nspr /* nss */
];
configureFlags =