pyenchant: mark broken on darwin/macOS
This commit is contained in:
parent
eb0d5fc3f0
commit
be705d8249
@ -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" ];
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user