python3Packages.language-data: use buildPythonPackage

This commit is contained in:
Martin Weinelt 2022-10-02 17:56:49 +02:00
parent 28e35ec966
commit 08ad607288
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -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";