7 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "6c4cc1bc132abb4a99834bcb1b4bd72f51d35a08d08093a817646ecc226ac44e";
16 propagatedBuildInputs = [ numpy ];
18 # Ran 0 tests in 0.000s
21 pythonImportsCheck = [ "websockify" ];
24 description = "WebSockets support for any application/server";
25 homepage = "https://github.com/kanaka/websockify";
26 license = licenses.lgpl3;
27 maintainers = with maintainers; [ ];