commit 185833861263c67015e4e0e97004ae2e4da9fe01 parent ebe187ba9e854f9f1795214907e262de1092b4b5 Author: Nikolay Korotkiy <sikmir@gmail.com> Date: Fri, 22 Oct 2021 15:35:19 +0300 pytorchtext: broken 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 @@ -40,6 +40,6 @@ python3Packages.buildPythonPackage rec { inherit (src.meta) homepage; license = licenses.bsd3; maintainers = [ maintainers.sikmir ]; - broken = stdenv.isDarwin; + broken = true; # https://github.com/NixOS/nixpkgs/pull/140626 }; }