about summary refs log tree commit diff
path: root/pkgs/development/python-modules/libevdev/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/libevdev/default.nix')
-rw-r--r--pkgs/development/python-modules/libevdev/default.nix15
1 files changed, 8 insertions, 7 deletions
diff --git a/pkgs/development/python-modules/libevdev/default.nix b/pkgs/development/python-modules/libevdev/default.nix
index 44213cdd14cf..e7be644cdd5a 100644
--- a/pkgs/development/python-modules/libevdev/default.nix
+++ b/pkgs/development/python-modules/libevdev/default.nix
@@ -1,10 +1,11 @@
-{ lib
-, buildPythonPackage
-, isPy27
-, fetchPypi
-, substituteAll
-, pkgs
-, pytestCheckHook
+{
+  lib,
+  buildPythonPackage,
+  isPy27,
+  fetchPypi,
+  substituteAll,
+  pkgs,
+  pytestCheckHook,
 }:
 
 buildPythonPackage rec {