Merge pull request #28678 from oxij/pkg/fix-tor-browser

firefoxPackages: tor-browser: use gcc5
This commit is contained in:
Joachim F
2017-08-29 17:07:03 +00:00
committed by GitHub

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;
};