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 ./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

View File

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