diff options
Diffstat (limited to 'pkgs/development/python-modules/pychannels/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/pychannels/default.nix | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/pkgs/development/python-modules/pychannels/default.nix b/pkgs/development/python-modules/pychannels/default.nix index e7185f3697dc..48310b769912 100644 --- a/pkgs/development/python-modules/pychannels/default.nix +++ b/pkgs/development/python-modules/pychannels/default.nix @@ -1,7 +1,8 @@ -{ lib -, buildPythonPackage -, fetchFromGitHub -, requests +{ + lib, + buildPythonPackage, + fetchFromGitHub, + requests, }: buildPythonPackage rec { |
