about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-12-20 16:07:46 +0100
committerGitHub <noreply@github.com>2022-12-20 16:07:46 +0100
commitd1e346fa5fa7f3489d412549a98950f2ac4a059e (patch)
tree67cdfaeae6b7bb5ec269b7bf9040b39e72f312a1 /pkgs/top-level
parent9eec887099dd5b22cc8f243d3ad4fa3d597113bd (diff)
parent8ef43c6cf9adfc53bc981f15977263d9af4f3b7f (diff)
Merge pull request #158529 from edrex/lswt
lswt: init at 1.0.4
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 7aa75cfc90fc5..f1593b7e74a34 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -30384,6 +30384,8 @@ with pkgs;
 
   lscolors = callPackage ../applications/misc/lscolors { };
 
+  lswt = callPackage ../applications/misc/lswt { };
+
   luddite = with python3Packages; toPythonApplication luddite;
 
   goobook = with python3Packages; toPythonApplication goobook;