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:
2024-01-22 08:13:37 +00:00
parent ad474873e2
commit 3d763a0021
2 changed files with 3 additions and 3 deletions

View File

@@ -79,7 +79,7 @@
./sway-autoscaler
./swaynotificationcenter.nix
./tangram.nix
./tor-browser-bundle-bin.nix
./tor-browser.nix
./tuba.nix
./vlc.nix
./wike.nix

View File

@@ -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;