firefoxPackages: tor-browser: use gcc5

This commit is contained in:
Jan Malakhovski 2017-08-25 12:45:48 +00:00
parent f54018cee8
commit 327766bb32

View File

@ -1,4 +1,4 @@
{ lib, callPackage, stdenv, fetchurl, fetchFromGitHub, fetchpatch }:
{ lib, callPackage, stdenv, overrideCC, gcc5, fetchurl, fetchFromGitHub, fetchpatch }:
let common = opts: callPackage (import ./common.nix opts); in
@ -102,6 +102,7 @@ rec {
platforms = lib.platforms.linux;
};
} {
stdenv = overrideCC stdenv gcc5;
ffmpegSupport = false;
};