mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
pyenchant: mark broken on darwin/macOS
This commit is contained in:
parent
eb0d5fc3f0
commit
be705d8249
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue