Skip to content

Commit c5624ce

Browse files
author
Jorik
committed
python312Packages.textual-autocomplete: use generic buildPythonPackage
1 parent fe618e6 commit c5624ce

File tree

1 file changed

+3
-2
lines changed
  • pkgs/development/python-modules/textual-autocomplete

1 file changed

+3
-2
lines changed

pkgs/development/python-modules/textual-autocomplete/default.nix

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
lib,
3-
python3,
43
fetchFromGitHub,
4+
buildPythonPackage,
5+
56
poetry-core,
67
textual,
78
typing-extensions,
89
hatchling,
910
}:
10-
python3.pkgs.buildPythonPackage rec {
11+
buildPythonPackage {
1112
pname = "textual_autocomplete";
1213
version = "3.0.0a13";
1314
pyproject = true;

0 commit comments

Comments
 (0)