summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/btrees/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/btrees/default.nix')
-rw-r--r--pkgs/development/python-modules/btrees/default.nix19
1 files changed, 10 insertions, 9 deletions
diff --git a/pkgs/development/python-modules/btrees/default.nix b/pkgs/development/python-modules/btrees/default.nix
index bc61188b5902..e9cf59606e99 100644
--- a/pkgs/development/python-modules/btrees/default.nix
+++ b/pkgs/development/python-modules/btrees/default.nix
@@ -1,12 +1,13 @@
-{ lib
-, fetchPypi
-, buildPythonPackage
-, persistent
-, zope-interface
-, transaction
-, zope-testrunner
-, python
-, pythonOlder
+{
+ lib,
+ fetchPypi,
+ buildPythonPackage,
+ persistent,
+ zope-interface,
+ transaction,
+ zope-testrunner,
+ python,
+ pythonOlder,
}:
buildPythonPackage rec {