python3Packages.language-data: use buildPythonPackage
This commit is contained in:
parent
28e35ec966
commit
08ad607288
@ -1,5 +1,5 @@
|
||||
{ lib
|
||||
, buildPythonApplication
|
||||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, marisa-trie
|
||||
, poetry-core
|
||||
@ -7,7 +7,7 @@
|
||||
, setuptools
|
||||
}:
|
||||
|
||||
buildPythonApplication rec {
|
||||
buildPythonPackage rec {
|
||||
pname = "language-data";
|
||||
version = "1.0.1";
|
||||
format = "pyproject";
|
||||
|
Loading…
Reference in New Issue
Block a user