twine: add top-level entry
(cherry picked from commit 166e67b4de27a25e56f8abb791e965bfed512496)
This commit is contained in:
parent
fb75a2a13f
commit
c99249df0f
pkgs/top-level
|
@ -984,6 +984,8 @@ in
|
|||
|
||||
tilix = callPackage ../applications/terminal-emulators/tilix { };
|
||||
|
||||
twine = with python3Packages; toPythonApplication twine;
|
||||
|
||||
wayst = callPackage ../applications/terminal-emulators/wayst { };
|
||||
|
||||
wezterm = callPackage ../applications/terminal-emulators/wezterm {
|
||||
|
|
Loading…
Reference in New Issue