From 968348bd188315597c94e40b19442b45b2da4ec5 Mon Sep 17 00:00:00 2001 From: Yury Bulka Date: Tue, 3 Nov 2020 00:27:54 +0200 Subject: [PATCH] tor-browser-bundle-bin: mark as broken NoScript is missing / broken; Highest Security Level doesn't disable JavaScript. See issue #83096 for more info. --- .../networking/browsers/tor-browser-bundle-bin/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/networking/browsers/tor-browser-bundle-bin/default.nix b/pkgs/applications/networking/browsers/tor-browser-bundle-bin/default.nix index d362e4c9b253..842ce9ba9a3b 100644 --- a/pkgs/applications/networking/browsers/tor-browser-bundle-bin/default.nix +++ b/pkgs/applications/networking/browsers/tor-browser-bundle-bin/default.nix @@ -409,5 +409,6 @@ stdenv.mkDerivation rec { # the compound is "libre" in a strict sense (some components place certain # restrictions on redistribution), it's free enough for our purposes. license = licenses.free; + broken = true; }; }