summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/installer/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/installer/default.nix')
-rw-r--r--pkgs/development/python-modules/installer/default.nix17
1 files changed, 9 insertions, 8 deletions
diff --git a/pkgs/development/python-modules/installer/default.nix b/pkgs/development/python-modules/installer/default.nix
index c26dae01c237..83a23d963a96 100644
--- a/pkgs/development/python-modules/installer/default.nix
+++ b/pkgs/development/python-modules/installer/default.nix
@@ -1,11 +1,12 @@
-{ lib
-, buildPythonPackage
-, pythonAtLeast
-, fetchFromGitHub
-, pytestCheckHook
-, flit-core
-, installer
-, mock
+{
+ lib,
+ buildPythonPackage,
+ pythonAtLeast,
+ fetchFromGitHub,
+ pytestCheckHook,
+ flit-core,
+ installer,
+ mock,
}:
buildPythonPackage rec {