summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/inotify/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/inotify/default.nix')
-rw-r--r--pkgs/development/python-modules/inotify/default.nix13
1 files changed, 6 insertions, 7 deletions
diff --git a/pkgs/development/python-modules/inotify/default.nix b/pkgs/development/python-modules/inotify/default.nix
index 04ca13d5ec4f..6e8e7f0aba67 100644
--- a/pkgs/development/python-modules/inotify/default.nix
+++ b/pkgs/development/python-modules/inotify/default.nix
@@ -1,7 +1,8 @@
-{ lib
-, buildPythonPackage
-, fetchFromGitHub
-, nose
+{
+ lib,
+ buildPythonPackage,
+ fetchFromGitHub,
+ nose,
}:
buildPythonPackage rec {
@@ -17,9 +18,7 @@ buildPythonPackage rec {
fetchSubmodules = false;
};
- nativeCheckInputs = [
- nose
- ];
+ nativeCheckInputs = [ nose ];
# dunno what's wrong but the module works regardless
doCheck = false;