diff options
Diffstat (limited to 'pkgs/development/python-modules/pyrogram/default.nix')
-rw-r--r-- | pkgs/development/python-modules/pyrogram/default.nix | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/pkgs/development/python-modules/pyrogram/default.nix b/pkgs/development/python-modules/pyrogram/default.nix index c947cbaaa4eb..b7961fa3e690 100644 --- a/pkgs/development/python-modules/pyrogram/default.nix +++ b/pkgs/development/python-modules/pyrogram/default.nix @@ -1,11 +1,12 @@ -{ lib -, buildPythonPackage -, pythonOlder -, fetchFromGitHub -, pyaes -, pysocks -, pytestCheckHook -, pytest-asyncio +{ + lib, + buildPythonPackage, + pythonOlder, + fetchFromGitHub, + pyaes, + pysocks, + pytestCheckHook, + pytest-asyncio, }: buildPythonPackage rec { |