byobu: add support for the screen backend

This commit is contained in:
Nicolas Berbiche
2020-10-26 20:52:46 -04:00
parent f6cd17269e
commit 3ac1ffe8b2
3 changed files with 64 additions and 15 deletions
+2
View File
@@ -6610,6 +6610,8 @@ in {
smugpy = callPackage ../development/python-modules/smugpy { };
snack = toPythonModule (pkgs.newt.override { inherit (self) python; });
snakebite = callPackage ../development/python-modules/snakebite { };
snakeviz = callPackage ../development/python-modules/snakeviz { };