about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2009-07-08 14:35:25 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2009-07-08 14:35:25 +0000
commit852bdab69a0ac2c5b2518deff74526b3581d9430 (patch)
treed2819a631af52735b199d1842c9559db17aab28c /pkgs/applications/networking
parente8bd387f04acf5c07a9fb2df4de732a9cec66f8b (diff)
downloadnixlib-852bdab69a0ac2c5b2518deff74526b3581d9430.tar
nixlib-852bdab69a0ac2c5b2518deff74526b3581d9430.tar.gz
nixlib-852bdab69a0ac2c5b2518deff74526b3581d9430.tar.bz2
nixlib-852bdab69a0ac2c5b2518deff74526b3581d9430.tar.lz
nixlib-852bdab69a0ac2c5b2518deff74526b3581d9430.tar.xz
nixlib-852bdab69a0ac2c5b2518deff74526b3581d9430.tar.zst
nixlib-852bdab69a0ac2c5b2518deff74526b3581d9430.zip
* 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
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/browsers/firefox/3.5.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/browsers/firefox/3.5.nix b/pkgs/applications/networking/browsers/firefox/3.5.nix
index 5c2d6343d85f..adea3bbd6500 100644
--- a/pkgs/applications/networking/browsers/firefox/3.5.nix
+++ b/pkgs/applications/networking/browsers/firefox/3.5.nix
@@ -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 =