torbrowser: remove unnecessary stdenv override

Now that gcc = gcc5
This commit is contained in:
Joachim Fasting
2016-04-12 01:23:23 +02:00
parent 892dbdbabb
commit cee752b8e2
+1 -3
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 { };