tor-browser-bundle-bin -> tor-browser
upstream nixpgs just has tor-browser-bundle-bin as an alias for tor-browser
This commit is contained in:
@@ -79,7 +79,7 @@
|
||||
./sway-autoscaler
|
||||
./swaynotificationcenter.nix
|
||||
./tangram.nix
|
||||
./tor-browser-bundle-bin.nix
|
||||
./tor-browser.nix
|
||||
./tuba.nix
|
||||
./vlc.nix
|
||||
./wike.nix
|
||||
|
@@ -1,7 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
sane.programs.tor-browser-bundle-bin = {
|
||||
packageUnwrapped = pkgs.tor-browser-bundle-bin.override {
|
||||
sane.programs.tor-browser = {
|
||||
packageUnwrapped = pkgs.tor-browser.override {
|
||||
# hardenedMalloc solves an "unable to connect to Tor" error when pressing the "connect" button
|
||||
# - still required as of 2023/07/14
|
||||
useHardenedMalloc = false;
|
Reference in New Issue
Block a user