Merge pull request #102540 from yurkobb/master

tor-browser-bundle-bin: mark as broken
This commit is contained in:
Joachim F 2020-11-03 11:26:52 +00:00 committed by GitHub
commit a3c92172a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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