summary refs log tree commit diff
path: root/pkgs/development/python-modules/hupper/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/hupper/default.nix')
-rw-r--r--pkgs/development/python-modules/hupper/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/hupper/default.nix b/pkgs/development/python-modules/hupper/default.nix
index 97260697460..a9e8bd11216 100644
--- a/pkgs/development/python-modules/hupper/default.nix
+++ b/pkgs/development/python-modules/hupper/default.nix
@@ -19,7 +19,7 @@ buildPythonPackage rec {
   # segfaults in the testsuite that end up failing the tests in a background thread (in myapp)
   checkInputs = [
     pytestCheckHook
-  ] ++ lib.optional (!stdenv.isDarwin) [
+  ] ++ lib.optionals (!stdenv.isDarwin) [
     watchdog
   ];