about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2019-04-27 19:31:20 -0400
committerMatthew Bauer <mjbauer95@gmail.com>2019-06-03 11:13:35 -0400
commitbe705d8249218b1583c345fa3ca467bfffbfa8b5 (patch)
tree09c9ab9900a2d6b31b1019b38d5978cb2a7aaab5 /pkgs
parenteb0d5fc3f076ad8fbac43158e77277066bbe28b9 (diff)
pyenchant: mark broken on darwin/macOS
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/pyenchant/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/pyenchant/default.nix b/pkgs/development/python-modules/pyenchant/default.nix
index 6b49c65faae06..40ac257cad10b 100644
--- a/pkgs/development/python-modules/pyenchant/default.nix
+++ b/pkgs/development/python-modules/pyenchant/default.nix
@@ -31,6 +31,7 @@ buildPythonPackage rec {
     description = "pyenchant: Python bindings for the Enchant spellchecker";
     homepage = https://pythonhosted.org/pyenchant/;
     license = licenses.lgpl21;
+    badPlatforms = [ "x86_64-darwin" ];
   };
 
 }