pyenchant: mark broken on darwin/macOS

This commit is contained in:
Matthew Bauer 2019-04-27 19:31:20 -04:00
parent eb0d5fc3f0
commit be705d8249

View File

@ -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" ];
};
}