diff options
Diffstat (limited to 'pkgs/development/python-modules/azure-storage-file/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/azure-storage-file/default.nix | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/pkgs/development/python-modules/azure-storage-file/default.nix b/pkgs/development/python-modules/azure-storage-file/default.nix index bf847905ae93..97ad54fda704 100644 --- a/pkgs/development/python-modules/azure-storage-file/default.nix +++ b/pkgs/development/python-modules/azure-storage-file/default.nix @@ -1,10 +1,11 @@ -{ lib -, buildPythonPackage -, fetchPypi -, azure-common -, azure-storage-common -, isPy3k -, futures ? null +{ + lib, + buildPythonPackage, + fetchPypi, + azure-common, + azure-storage-common, + isPy3k, + futures ? null, }: buildPythonPackage rec { |
