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