Skip to content

Commit

Permalink
Firefox: 46.0.1 -> 47.0
Browse files Browse the repository at this point in the history
  • Loading branch information
7c6f434c committed Jun 8, 2016
1 parent 8fc6ca7 commit d88aa14
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pkgs/applications/networking/browsers/firefox/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
, yasm, mesa, sqlite, unzip, makeWrapper, pysqlite
, hunspell, libevent, libstartup_notification, libvpx
, cairo, gstreamer, gst_plugins_base, icu, libpng, jemalloc, libpulseaudio
, autoconf213, which
, enableGTK3 ? false
, debugBuild ? false
, # If you want the resulting program to call itself "Firefox" instead
Expand Down Expand Up @@ -42,6 +43,8 @@ common = { pname, version, sha512 }: stdenv.mkDerivation rec {
++ lib.optional enableGTK3 gtk3
++ lib.optionals (!passthru.ffmpegSupport) [ gstreamer gst_plugins_base ];

nativeBuildInputs = [autoconf213 which];

configureFlags =
[ "--enable-application=browser"
"--disable-javaxpcom"
Expand Down Expand Up @@ -132,8 +135,8 @@ in {

firefox-unwrapped = common {
pname = "firefox";
version = "46.0.1";
sha512 = "c58642774f93ceaef4f99bc3fe578db6e4f6de7f1d23080da97b61bc4fc6b516ce99fa04368893c0fa2cb9cd0b36e96955656daa97d0bd0d8f4da6a2d364cb98";
version = "47.0";
sha512 = "35275e5595e7f01a232e5ea6d7899857d0a1d7eab640fe614ef66c865abedae3e08bc6c0cde13165d53140ccf6f721bbcd583d091032e119d44884287393c223";
};

firefox-esr-unwrapped = common {
Expand Down

0 comments on commit d88aa14

Please sign in to comment.