We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe618e6 commit c5624ceCopy full SHA for c5624ce
pkgs/development/python-modules/textual-autocomplete/default.nix
@@ -1,13 +1,14 @@
1
{
2
lib,
3
- python3,
4
fetchFromGitHub,
+ buildPythonPackage,
5
+
6
poetry-core,
7
textual,
8
typing-extensions,
9
hatchling,
10
}:
-python3.pkgs.buildPythonPackage rec {
11
+buildPythonPackage {
12
pname = "textual_autocomplete";
13
version = "3.0.0a13";
14
pyproject = true;
0 commit comments