mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
torbrowser: prefer local builds
The build consists of downloading some stuff & writing a wrapper, the additional Hydra load is hardly justified.
This commit is contained in:
parent
2221130710
commit
b55cef7514
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@ stdenv.mkDerivation rec {
|
|||
"0zvqf444h35ikv1f3nwkh2jx51zj5k9w4zdxx32zcrnxpk5nhn97";
|
||||
};
|
||||
|
||||
preferLocalBuild = true;
|
||||
|
||||
desktopItem = makeDesktopItem {
|
||||
name = "torbrowser";
|
||||
exec = "tor-browser";
|
||||
|
|
Loading…
Reference in a new issue