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

View File

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