mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
torbrowser: remove unnecessary stdenv override
Now that gcc = gcc5
This commit is contained in:
parent
892dbdbabb
commit
cee752b8e2
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user