summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/lineedit/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/lineedit/default.nix')
-rw-r--r--pkgs/development/python-modules/lineedit/default.nix21
1 files changed, 11 insertions, 10 deletions
diff --git a/pkgs/development/python-modules/lineedit/default.nix b/pkgs/development/python-modules/lineedit/default.nix
index 9f7bc9f2e371..242be583c638 100644
--- a/pkgs/development/python-modules/lineedit/default.nix
+++ b/pkgs/development/python-modules/lineedit/default.nix
@@ -1,13 +1,14 @@
-{ lib
-, buildPythonPackage
-, fetchFromGitHub
-, pygments
-, six
-, wcwidth
-, pytestCheckHook
-, pyte
-, ptyprocess
-, pexpect
+{
+ lib,
+ buildPythonPackage,
+ fetchFromGitHub,
+ pygments,
+ six,
+ wcwidth,
+ pytestCheckHook,
+ pyte,
+ ptyprocess,
+ pexpect,
}:
buildPythonPackage rec {