diff options
Diffstat (limited to 'pkgs/development/python-modules/foolscap/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/foolscap/default.nix | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/pkgs/development/python-modules/foolscap/default.nix b/pkgs/development/python-modules/foolscap/default.nix index 2da82762195b..5c322bd8debd 100644 --- a/pkgs/development/python-modules/foolscap/default.nix +++ b/pkgs/development/python-modules/foolscap/default.nix @@ -1,15 +1,16 @@ -{ lib -, buildPythonPackage -, fetchPypi -, mock -, pyopenssl -, pytestCheckHook -, pythonOlder -, service-identity -, six -, twisted -, txi2p-tahoe -, txtorcon +{ + lib, + buildPythonPackage, + fetchPypi, + mock, + pyopenssl, + pytestCheckHook, + pythonOlder, + service-identity, + six, + twisted, + txi2p-tahoe, + txtorcon, }: buildPythonPackage rec { |
