torbrowser: remove unnecessary stdenv override

Now that gcc = gcc5
This commit is contained in:
Joachim Fasting 2016-04-10 18:20:03 +02:00
parent 892dbdbabb
commit cee752b8e2
1 changed files with 1 additions and 3 deletions

View File

@ -3413,9 +3413,7 @@ in
torbutton = callPackage ../tools/security/torbutton { }; torbutton = callPackage ../tools/security/torbutton { };
torbrowser = callPackage ../tools/security/tor/torbrowser.nix { torbrowser = callPackage ../tools/security/tor/torbrowser.nix { };
stdenv = overrideCC stdenv gcc5;
};
touchegg = callPackage ../tools/inputmethods/touchegg { }; touchegg = callPackage ../tools/inputmethods/touchegg { };