mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
Merge pull request #194370 from erdnaxe/langcodes-fix
This commit is contained in:
commit
d51fd78620
@ -6,6 +6,7 @@
|
||||
, poetry-core
|
||||
, pytestCheckHook
|
||||
, language-data
|
||||
, setuptools
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -27,6 +28,7 @@ buildPythonPackage rec {
|
||||
propagatedBuildInputs = [
|
||||
language-data
|
||||
marisa-trie
|
||||
setuptools # pkg_resources import in language_data/util.py
|
||||
];
|
||||
|
||||
checkInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user