mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 19:44:09 +00:00
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";
|
description = "pyenchant: Python bindings for the Enchant spellchecker";
|
||||||
homepage = https://pythonhosted.org/pyenchant/;
|
homepage = https://pythonhosted.org/pyenchant/;
|
||||||
license = licenses.lgpl21;
|
license = licenses.lgpl21;
|
||||||
|
badPlatforms = [ "x86_64-darwin" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user