mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
pythonPackages.jsonrpc-websocket: remove name
This commit is contained in:
parent
703b940899
commit
9e4b9e8295
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@
|
|||
buildPythonPackage rec {
|
||||
pname = "jsonrpc-websocket";
|
||||
version = "0.5";
|
||||
name = "${pname}-${version}";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue