about summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers/firefox
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2009-07-07 09:52:20 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2009-07-07 09:52:20 +0000
commit200ad5eb6342f5a38eed9b3c7d7cf4530e1f9203 (patch)
treebdf23e2818ac18724a48c91638d8ec197f3164c0 /pkgs/applications/networking/browsers/firefox
parentaec4341cb4853f0002a06a97aba9c50e70ea7512 (diff)
downloadnixlib-200ad5eb6342f5a38eed9b3c7d7cf4530e1f9203.tar
nixlib-200ad5eb6342f5a38eed9b3c7d7cf4530e1f9203.tar.gz
nixlib-200ad5eb6342f5a38eed9b3c7d7cf4530e1f9203.tar.bz2
nixlib-200ad5eb6342f5a38eed9b3c7d7cf4530e1f9203.tar.lz
nixlib-200ad5eb6342f5a38eed9b3c7d7cf4530e1f9203.tar.xz
nixlib-200ad5eb6342f5a38eed9b3c7d7cf4530e1f9203.tar.zst
nixlib-200ad5eb6342f5a38eed9b3c7d7cf4530e1f9203.zip
* NSPR and NSS need to be told explicitly to do a 64-bit build.
svn path=/nixpkgs/trunk/; revision=16201
Diffstat (limited to 'pkgs/applications/networking/browsers/firefox')
-rw-r--r--pkgs/applications/networking/browsers/firefox/3.5.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/applications/networking/browsers/firefox/3.5.nix b/pkgs/applications/networking/browsers/firefox/3.5.nix
index 40ecbe34776f..5c2d6343d85f 100644
--- a/pkgs/applications/networking/browsers/firefox/3.5.nix
+++ b/pkgs/applications/networking/browsers/firefox/3.5.nix
@@ -3,9 +3,10 @@
 , freetype, fontconfig, file, alsaLib, nspr, nss
 
 , # If you want the resulting program to call itself "Firefox" instead
-  # of "Deer Park", enable this option.  However, those binaries may
-  # not be distributed without permission from the Mozilla Foundation,
-  # see http://www.mozilla.org/foundation/trademarks/.
+  # of "Shiretoko" or whatever, enable this option.  However, those
+  # binaries may not be distributed without permission from the
+  # Mozilla Foundation, see
+  # http://www.mozilla.org/foundation/trademarks/.
   enableOfficialBranding ? false
 }: