2017-03-27 13:33:00 +01:00
|
|
|
{ pname, version, updateScript ? null
|
2017-08-15 01:00:00 +01:00
|
|
|
, src, patches ? [], extraConfigureFlags ? [], extraMakeFlags ? [], overrides ? {}, meta
|
2017-04-01 01:00:00 +01:00
|
|
|
, isTorBrowserLike ? false }:
|
2017-03-27 13:33:00 +01:00
|
|
|
|
|
|
|
{ lib, stdenv, pkgconfig, pango, perl, python, zip, libIDL
|
2015-09-15 10:26:18 +01:00
|
|
|
, libjpeg, zlib, dbus, dbus_glib, bzip2, xorg
|
2017-03-27 13:33:00 +01:00
|
|
|
, freetype, fontconfig, file, nspr, nss, libnotify
|
2016-10-18 08:07:34 +01:00
|
|
|
, yasm, mesa, sqlite, unzip, makeWrapper
|
2013-06-11 10:52:15 +01:00
|
|
|
, hunspell, libevent, libstartup_notification, libvpx
|
2017-03-27 13:33:00 +01:00
|
|
|
, cairo, icu, libpng, jemalloc
|
2017-09-28 01:13:15 +01:00
|
|
|
, autoconf213, which, gnused, cargo, rustc, llvmPackages
|
2013-10-06 05:07:42 +01:00
|
|
|
, debugBuild ? false
|
2017-03-27 13:33:00 +01:00
|
|
|
|
|
|
|
### optionals
|
|
|
|
|
2017-03-27 13:35:34 +01:00
|
|
|
## optional libraries
|
|
|
|
|
2017-03-27 13:33:00 +01:00
|
|
|
, alsaSupport ? true, alsaLib
|
|
|
|
, pulseaudioSupport ? true, libpulseaudio
|
|
|
|
, ffmpegSupport ? true, gstreamer, gst-plugins-base
|
2017-04-08 01:00:00 +01:00
|
|
|
, gtk3Support ? !isTorBrowserLike, gtk2, gtk3, wrapGAppsHook
|
2017-09-27 14:30:29 +01:00
|
|
|
, gssSupport ? true, kerberos
|
2017-03-27 13:33:00 +01:00
|
|
|
|
2017-03-27 13:35:34 +01:00
|
|
|
## privacy-related options
|
|
|
|
|
2017-04-01 01:00:00 +01:00
|
|
|
, privacySupport ? isTorBrowserLike
|
2017-03-27 13:35:34 +01:00
|
|
|
|
|
|
|
# WARNING: NEVER set any of the options below to `true` by default.
|
|
|
|
# Set to `privacySupport` or `false`.
|
|
|
|
|
|
|
|
, webrtcSupport ? !privacySupport
|
2017-11-15 00:00:00 +00:00
|
|
|
, geolocationSupport ? !privacySupport
|
|
|
|
, googleAPISupport ? geolocationSupport
|
2017-03-27 13:33:00 +01:00
|
|
|
, crashreporterSupport ? false
|
|
|
|
|
2017-11-15 00:00:00 +00:00
|
|
|
, safeBrowsingSupport ? false
|
2017-03-27 13:33:00 +01:00
|
|
|
, drmSupport ? false
|
|
|
|
|
2017-03-27 13:35:34 +01:00
|
|
|
## other
|
|
|
|
|
2017-04-01 01:00:00 +01:00
|
|
|
# If you want the resulting program to call itself
|
|
|
|
# "Firefox"/"Torbrowser" instead of "Nightly" or whatever, enable this
|
|
|
|
# option. However, in Firefox's case, those binaries may not be
|
|
|
|
# distributed without permission from the Mozilla Foundation, see
|
2017-03-27 13:33:00 +01:00
|
|
|
# http://www.mozilla.org/foundation/trademarks/.
|
2017-08-15 01:00:00 +01:00
|
|
|
, enableOfficialBranding ? isTorBrowserLike
|
2013-06-06 12:07:54 +01:00
|
|
|
}:
|
|
|
|
|
2014-12-17 18:11:30 +00:00
|
|
|
assert stdenv.cc ? libc && stdenv.cc.libc != null;
|
2013-06-06 12:07:54 +01:00
|
|
|
|
2015-09-03 09:54:13 +01:00
|
|
|
let
|
2017-03-27 13:33:00 +01:00
|
|
|
flag = tf: x: [(if tf then "--enable-${x}" else "--disable-${x}")];
|
2017-09-28 01:13:15 +01:00
|
|
|
gcc = if stdenv.cc.isGNU then stdenv.cc.cc else stdenv.cc.cc.gcc;
|
2017-03-27 13:33:00 +01:00
|
|
|
in
|
2013-06-06 12:07:54 +01:00
|
|
|
|
2017-04-01 01:00:00 +01:00
|
|
|
stdenv.mkDerivation (rec {
|
2016-01-10 13:56:17 +00:00
|
|
|
name = "${pname}-unwrapped-${version}";
|
2013-06-06 12:07:54 +01:00
|
|
|
|
2017-03-27 13:33:00 +01:00
|
|
|
inherit src patches meta;
|
|
|
|
|
|
|
|
buildInputs = [
|
|
|
|
gtk2 perl zip libIDL libjpeg zlib bzip2
|
|
|
|
dbus dbus_glib pango freetype fontconfig xorg.libXi
|
|
|
|
xorg.libX11 xorg.libXrender xorg.libXft xorg.libXt file
|
2017-04-01 01:00:00 +01:00
|
|
|
nspr libnotify xorg.pixman yasm mesa
|
2017-03-27 13:33:00 +01:00
|
|
|
xorg.libXScrnSaver xorg.scrnsaverproto
|
|
|
|
xorg.libXext xorg.xextproto sqlite unzip makeWrapper
|
|
|
|
hunspell libevent libstartup_notification libvpx /* cairo */
|
|
|
|
icu libpng jemalloc
|
|
|
|
]
|
2017-04-01 01:00:00 +01:00
|
|
|
++ lib.optionals (!isTorBrowserLike) [ nss ]
|
|
|
|
|
2017-03-27 13:33:00 +01:00
|
|
|
++ lib.optional alsaSupport alsaLib
|
|
|
|
++ lib.optional pulseaudioSupport libpulseaudio # only headers are needed
|
|
|
|
++ lib.optionals ffmpegSupport [ gstreamer gst-plugins-base ]
|
2017-09-27 14:30:29 +01:00
|
|
|
++ lib.optional gtk3Support gtk3
|
|
|
|
++ lib.optional gssSupport kerberos;
|
2014-07-23 14:31:49 +01:00
|
|
|
|
2017-09-28 01:13:15 +01:00
|
|
|
NIX_CFLAGS_COMPILE = "-I${nspr.dev}/include/nspr -I${nss.dev}/include/nss";
|
|
|
|
|
2017-04-23 03:50:33 +01:00
|
|
|
nativeBuildInputs =
|
|
|
|
[ autoconf213 which gnused pkgconfig perl python cargo rustc ]
|
2017-03-27 13:33:00 +01:00
|
|
|
++ lib.optional gtk3Support wrapGAppsHook;
|
|
|
|
|
|
|
|
preConfigure = ''
|
|
|
|
# remove distributed configuration files
|
|
|
|
rm -f configure
|
|
|
|
rm -f js/src/configure
|
|
|
|
rm -f .mozconfig*
|
|
|
|
|
|
|
|
# this will run autoconf213
|
|
|
|
make -f client.mk configure-files
|
|
|
|
|
|
|
|
configureScript="$(realpath ./configure)"
|
2017-09-28 01:13:15 +01:00
|
|
|
|
|
|
|
cxxLib=$( echo -n ${gcc}/include/c++/* )
|
|
|
|
archLib=$cxxLib/$( ${gcc}/bin/gcc -dumpmachine )
|
|
|
|
|
|
|
|
test -f layout/style/ServoBindings.toml && sed -i -e '/"-DMOZ_STYLO"/ a , "-cxx-isystem", "'$cxxLib'", "-isystem", "'$archLib'"' layout/style/ServoBindings.toml
|
|
|
|
|
2017-03-27 13:33:00 +01:00
|
|
|
cd obj-*
|
|
|
|
'' + lib.optionalString googleAPISupport ''
|
|
|
|
# Google API key used by Chromium and Firefox.
|
|
|
|
# Note: These are for NixOS/nixpkgs use ONLY. For your own distribution,
|
|
|
|
# please get your own set of keys.
|
|
|
|
echo "AIzaSyDGi15Zwl11UNe6Y-5XW_upsfyw31qwZPI" >ga
|
|
|
|
'';
|
|
|
|
|
|
|
|
configureFlags = [
|
|
|
|
"--enable-application=browser"
|
|
|
|
"--with-system-jpeg"
|
|
|
|
"--with-system-zlib"
|
|
|
|
"--with-system-bz2"
|
|
|
|
"--with-system-libevent"
|
|
|
|
"--with-system-libvpx"
|
|
|
|
"--with-system-png" # needs APNG support
|
|
|
|
"--with-system-icu"
|
|
|
|
"--enable-system-ffi"
|
|
|
|
"--enable-system-hunspell"
|
|
|
|
"--enable-system-pixman"
|
|
|
|
"--enable-system-sqlite"
|
|
|
|
#"--enable-system-cairo"
|
|
|
|
"--enable-startup-notification"
|
2017-05-14 16:10:06 +01:00
|
|
|
#"--enable-content-sandbox" # TODO: probably enable after 54
|
2017-03-27 13:33:00 +01:00
|
|
|
"--disable-tests"
|
|
|
|
"--disable-necko-wifi" # maybe we want to enable this at some point
|
|
|
|
"--disable-updater"
|
|
|
|
"--enable-jemalloc"
|
|
|
|
"--disable-maintenance-service"
|
|
|
|
"--disable-gconf"
|
|
|
|
"--enable-default-toolkit=cairo-gtk${if gtk3Support then "3" else "2"}"
|
|
|
|
]
|
2017-10-14 20:23:16 +01:00
|
|
|
++ lib.optionals (stdenv.lib.versionAtLeast version "56" && !stdenv.hostPlatform.isi686) [
|
|
|
|
# on i686-linux: --with-libclang-path is not available in this configuration
|
2018-01-16 21:19:02 +00:00
|
|
|
"--with-libclang-path=${llvmPackages.libclang}/lib"
|
2017-09-28 01:13:15 +01:00
|
|
|
"--with-clang-path=${llvmPackages.clang}/bin/clang"
|
|
|
|
]
|
2017-12-09 16:40:57 +00:00
|
|
|
++ lib.optionals (stdenv.lib.versionAtLeast version "57") [
|
|
|
|
"--enable-webrender=build"
|
|
|
|
]
|
2017-04-01 01:00:00 +01:00
|
|
|
|
|
|
|
# TorBrowser patches these
|
|
|
|
++ lib.optionals (!isTorBrowserLike) [
|
|
|
|
"--with-system-nss"
|
|
|
|
"--with-system-nspr"
|
|
|
|
]
|
|
|
|
|
|
|
|
# and wants these
|
2017-11-15 00:00:00 +00:00
|
|
|
++ lib.optionals isTorBrowserLike ([
|
2017-04-01 01:00:00 +01:00
|
|
|
"--with-tor-browser-version=${version}"
|
|
|
|
"--enable-signmar"
|
|
|
|
"--enable-verify-mar"
|
|
|
|
|
|
|
|
# We opt out of TorBrowser's nspr because that patch is useless on
|
|
|
|
# anything but Windows and produces zero fingerprinting
|
|
|
|
# possibilities on other platforms.
|
|
|
|
# Lets save some space instead.
|
|
|
|
"--with-system-nspr"
|
2017-11-15 00:00:00 +00:00
|
|
|
] ++ flag geolocationSupport "mozril-geoloc"
|
|
|
|
++ flag safeBrowsingSupport "safe-browsing"
|
|
|
|
)
|
2017-04-01 01:00:00 +01:00
|
|
|
|
2017-03-27 13:33:00 +01:00
|
|
|
++ flag alsaSupport "alsa"
|
|
|
|
++ flag pulseaudioSupport "pulseaudio"
|
|
|
|
++ flag ffmpegSupport "ffmpeg"
|
2017-09-27 14:30:29 +01:00
|
|
|
++ flag gssSupport "negotiateauth"
|
2017-03-27 13:33:00 +01:00
|
|
|
++ lib.optional (!ffmpegSupport) "--disable-gstreamer"
|
|
|
|
++ flag webrtcSupport "webrtc"
|
|
|
|
++ lib.optional googleAPISupport "--with-google-api-keyfile=ga"
|
|
|
|
++ flag crashreporterSupport "crashreporter"
|
2017-07-01 04:06:51 +01:00
|
|
|
++ lib.optional drmSupport "--enable-eme=widevine"
|
2017-03-27 13:33:00 +01:00
|
|
|
|
|
|
|
++ (if debugBuild then [ "--enable-debug" "--enable-profiling" ]
|
|
|
|
else [ "--disable-debug" "--enable-release"
|
|
|
|
"--enable-optimize"
|
|
|
|
"--enable-strip" ])
|
2017-08-15 01:00:00 +01:00
|
|
|
++ lib.optional enableOfficialBranding "--enable-official-branding"
|
|
|
|
++ extraConfigureFlags;
|
2014-07-23 14:31:49 +01:00
|
|
|
|
2017-08-15 01:00:00 +01:00
|
|
|
preBuild = lib.optionalString (enableOfficialBranding && isTorBrowserLike) ''
|
|
|
|
buildFlagsArray=("MOZ_APP_DISPLAYNAME=Tor Browser")
|
|
|
|
'';
|
|
|
|
|
|
|
|
makeFlags = lib.optionals enableOfficialBranding [
|
|
|
|
"MOZILLA_OFFICIAL=1"
|
|
|
|
"BUILD_OFFICIAL=1"
|
|
|
|
]
|
|
|
|
++ extraMakeFlags;
|
|
|
|
|
2014-07-23 14:31:49 +01:00
|
|
|
enableParallelBuilding = true;
|
|
|
|
|
2017-03-27 13:33:00 +01:00
|
|
|
preInstall = ''
|
|
|
|
# The following is needed for startup cache creation on grsecurity kernels.
|
|
|
|
paxmark m dist/bin/xpcshell
|
|
|
|
'';
|
|
|
|
|
|
|
|
postInstall = ''
|
|
|
|
# For grsecurity kernels
|
|
|
|
paxmark m $out/lib/firefox-[0-9]*/{firefox,firefox-bin,plugin-container}
|
|
|
|
|
|
|
|
# Remove SDK cruft. FIXME: move to a separate output?
|
|
|
|
rm -rf $out/share/idl $out/include $out/lib/firefox-devel-*
|
|
|
|
|
|
|
|
# Needed to find Mozilla runtime
|
|
|
|
gappsWrapperArgs+=(--argv0 "$out/bin/.firefox-wrapped")
|
|
|
|
'';
|
|
|
|
|
|
|
|
postFixup = ''
|
2016-09-18 22:19:51 +01:00
|
|
|
# Fix notifications. LibXUL uses dlopen for this, unfortunately; see #18712.
|
2017-03-27 13:33:00 +01:00
|
|
|
patchelf --set-rpath "${lib.getLib libnotify
|
|
|
|
}/lib:$(patchelf --print-rpath "$out"/lib/firefox-*/libxul.so)" \
|
|
|
|
"$out"/lib/firefox-*/libxul.so
|
|
|
|
'';
|
2016-09-18 22:19:51 +01:00
|
|
|
|
2017-04-09 18:17:40 +01:00
|
|
|
doInstallCheck = true;
|
2017-03-27 13:33:00 +01:00
|
|
|
installCheckPhase = ''
|
|
|
|
# Some basic testing
|
|
|
|
"$out/bin/firefox" --version
|
|
|
|
'';
|
2013-06-06 12:07:54 +01:00
|
|
|
|
2014-07-23 14:31:49 +01:00
|
|
|
passthru = {
|
2016-05-18 22:07:49 +01:00
|
|
|
browserName = "firefox";
|
2017-03-27 13:33:00 +01:00
|
|
|
inherit version updateScript;
|
|
|
|
isFirefox3Like = true;
|
2017-04-01 01:00:00 +01:00
|
|
|
inherit isTorBrowserLike;
|
2017-03-27 13:33:00 +01:00
|
|
|
gtk = gtk2;
|
|
|
|
inherit nspr;
|
|
|
|
inherit ffmpegSupport;
|
2017-09-27 14:30:29 +01:00
|
|
|
inherit gssSupport;
|
2017-05-04 21:09:15 +01:00
|
|
|
} // lib.optionalAttrs gtk3Support { inherit gtk3; };
|
2017-04-01 01:00:00 +01:00
|
|
|
|
|
|
|
} // overrides)
|