commit 550942df145148b3c4defd702504fa2e3f01b4ee parent 36ef06394f614f28acb9637e95fdaffde08f8755 Author: Nikolay Korotkiy <sikmir@disroot.org> Date: Sat, 26 Apr 2025 23:40:27 +0400 Up Diffstat:
M | pkgs/linguistics/pytorchtext/default.nix | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pkgs/linguistics/pytorchtext/default.nix b/pkgs/linguistics/pytorchtext/default.nix @@ -51,6 +51,6 @@ python3Packages.buildPythonPackage rec { homepage = "https://github.com/pytorch/text"; license = lib.licenses.bsd3; maintainers = [ lib.maintainers.sikmir ]; - broken = stdenv.isDarwin; + broken = true; # spacy is broken }; }