Merge pull request #90430 from berbiche/byobu-screen

byobu: add screen backend
This commit is contained in:
Timo Kaufmann
2020-10-27 09:45:03 +01:00
committed by GitHub
3 changed files with 64 additions and 15 deletions
+2
View File
@@ -6640,6 +6640,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 { };