summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers/palemoon/default.nix
diff options
context:
space:
mode:
authorrnhmjoj <rnhmjoj@inventati.org>2017-12-27 13:57:49 +0100
committerrnhmjoj <rnhmjoj@inventati.org>2017-12-27 13:57:49 +0100
commit3efe021416f8eb0f540de4a9916d42c537a3e93c (patch)
treeb11fb6ca88dd7ccd19c7d5774f61a9d7b22580e7 /pkgs/applications/networking/browsers/palemoon/default.nix
parent68bcfb32699b32f802c797f8629b4d507cd1b10a (diff)
downloadnixpkgs-3efe021416f8eb0f540de4a9916d42c537a3e93c.tar
nixpkgs-3efe021416f8eb0f540de4a9916d42c537a3e93c.tar.gz
nixpkgs-3efe021416f8eb0f540de4a9916d42c537a3e93c.tar.bz2
nixpkgs-3efe021416f8eb0f540de4a9916d42c537a3e93c.tar.lz
nixpkgs-3efe021416f8eb0f540de4a9916d42c537a3e93c.tar.xz
nixpkgs-3efe021416f8eb0f540de4a9916d42c537a3e93c.tar.zst
nixpkgs-3efe021416f8eb0f540de4a9916d42c537a3e93c.zip
palemoon: use upstream recommended options
Diffstat (limited to 'pkgs/applications/networking/browsers/palemoon/default.nix')
-rw-r--r--pkgs/applications/networking/browsers/palemoon/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/applications/networking/browsers/palemoon/default.nix b/pkgs/applications/networking/browsers/palemoon/default.nix
index 736011a13eb..9187e7d002a 100644
--- a/pkgs/applications/networking/browsers/palemoon/default.nix
+++ b/pkgs/applications/networking/browsers/palemoon/default.nix
@@ -59,12 +59,18 @@ stdenv.mkDerivation rec {
     echo > $MOZ_CONFIG "
     . $src/build/mozconfig.common
     ac_add_options --prefix=$out
+    ac_add_options --with-pthreads
     ac_add_options --enable-application=browser
     ac_add_options --enable-official-branding
     ac_add_options --enable-optimize="-O2"
+    ac_add_options --enable-release
+    ac_add_options --enable-devtools
     ac_add_options --enable-jemalloc
     ac_add_options --enable-shared-js
+    ac_add_options --enable-strip
     ac_add_options --disable-tests
+    ac_add_options --disable-installer
+    ac_add_options --disable-updaters
     "
   '';