python3Packages.language-data: add setuptools to nativeBuildInputs
This commit is contained in:
parent
bd440ac0d0
commit
8b416a1eba
@ -4,6 +4,7 @@
|
||||
, marisa-trie
|
||||
, poetry-core
|
||||
, pythonOlder
|
||||
, setuptools
|
||||
}:
|
||||
|
||||
buildPythonApplication rec {
|
||||
@ -22,6 +23,7 @@ buildPythonApplication rec {
|
||||
|
||||
nativeBuildInputs = [
|
||||
poetry-core
|
||||
setuptools
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user