about summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-06-15 13:12:45 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-06-15 22:03:10 +0200
commit7b4d273d3cf91498d0d6e90a4576317b136216fb (patch)
tree58bc3664dcd63f43ad149e6c377ce2beac279406 /pkgs/applications/networking/p2p
parent48cc7f1d1c7cedc5849dde3ca017a423b814e4ee (diff)
pythonPackages: websocket_client -> websocket-client
Diffstat (limited to 'pkgs/applications/networking/p2p')
-rw-r--r--pkgs/applications/networking/p2p/zeronet/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/p2p/zeronet/default.nix b/pkgs/applications/networking/p2p/zeronet/default.nix
index 4440b24a2b17a..19da740938c78 100644
--- a/pkgs/applications/networking/p2p/zeronet/default.nix
+++ b/pkgs/applications/networking/p2p/zeronet/default.nix
@@ -13,7 +13,7 @@ python3Packages.buildPythonApplication rec {
   };
 
   propagatedBuildInputs = with python3Packages; [
-    gevent msgpack base58 merkletools rsa pysocks pyasn1 websocket_client
+    gevent msgpack base58 merkletools rsa pysocks pyasn1 websocket-client
     gevent-websocket rencode bitcoinlib maxminddb pyopenssl
   ];