pythonPackages.smugline: remove

Upstream states that it is no longer maintained.

Reference: https://github.com/gingerlime/smugline#broken-no-longer-maintained
Signed-off-by: Masanori Ogino <167209+omasanori@users.noreply.github.com>
This commit is contained in:
Masanori Ogino
2020-11-04 09:13:16 -08:00
committed by Jonathan Ringer
parent 3341f6c1fc
commit b5de671861
4 changed files with 1 additions and 44 deletions
-2
View File
@@ -6654,8 +6654,6 @@ in {
smpplib = callPackage ../development/python-modules/smpplib { };
smugline = callPackage ../development/python-modules/smugline { };
smugpy = callPackage ../development/python-modules/smugpy { };
snack = toPythonModule (pkgs.newt.override { inherit (self) python; });