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

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