Merge pull request #28678 from oxij/pkg/fix-tor-browser
firefoxPackages: tor-browser: use gcc5
This commit is contained in:
commit
350781b7d1
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue