about summary refs log tree commit diff
path: root/pkgs/applications/misc
diff options
context:
space:
mode:
authorRobert Schütz <dev@schuetz-co.de>2021-06-16 00:04:27 +0200
committerGitHub <noreply@github.com>2021-06-16 00:04:27 +0200
commit0b1ec4bd68a6b666f4e546e8f91447081e0fec59 (patch)
treef7aeb0402c45642b2051d7a85be38499a75445c6 /pkgs/applications/misc
parentff06400b7d8d633f0576b2b192039308f5755079 (diff)
parent7b4d273d3cf91498d0d6e90a4576317b136216fb (diff)
Merge pull request #126940 from SuperSandro2000/websocket_client
pythonPackages: websocket_client -> websocket-client
Diffstat (limited to 'pkgs/applications/misc')
-rw-r--r--pkgs/applications/misc/octoprint/default.nix2
-rw-r--r--pkgs/applications/misc/ulauncher/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/octoprint/default.nix b/pkgs/applications/misc/octoprint/default.nix
index af42466d0eadf..16937fa57b024 100644
--- a/pkgs/applications/misc/octoprint/default.nix
+++ b/pkgs/applications/misc/octoprint/default.nix
@@ -134,7 +134,7 @@ let
                 tornado
                 unidecode
                 watchdog
-                websocket_client
+                websocket-client
                 werkzeug
                 wrapt
                 zeroconf
diff --git a/pkgs/applications/misc/ulauncher/default.nix b/pkgs/applications/misc/ulauncher/default.nix
index ebfaaa1db51d7..6d9d9deefa20c 100644
--- a/pkgs/applications/misc/ulauncher/default.nix
+++ b/pkgs/applications/misc/ulauncher/default.nix
@@ -59,7 +59,7 @@ python3Packages.buildPythonApplication rec {
     python-Levenshtein
     pyxdg
     requests
-    websocket_client
+    websocket-client
   ];
 
   checkInputs = with python3Packages; [