tor-browser-bundle-bin: mark as broken

NoScript is missing / broken; Highest Security Level doesn't disable
JavaScript.

See issue #83096 for more info.
This commit is contained in:
Yury Bulka 2020-11-03 00:27:54 +02:00
parent 42cc40ddc8
commit 968348bd18

View file

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