summary refs log tree commit diff
path: root/pkgs/os-specific/linux/autosuspend/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/os-specific/linux/autosuspend/default.nix')
-rw-r--r--pkgs/os-specific/linux/autosuspend/default.nix27
1 files changed, 14 insertions, 13 deletions
diff --git a/pkgs/os-specific/linux/autosuspend/default.nix b/pkgs/os-specific/linux/autosuspend/default.nix
index 200021024aa..bd5b780f8f7 100644
--- a/pkgs/os-specific/linux/autosuspend/default.nix
+++ b/pkgs/os-specific/linux/autosuspend/default.nix
@@ -22,26 +22,27 @@ python3.pkgs.buildPythonApplication rec {
   '';
 
   propagatedBuildInputs = with python3.pkgs; [
+    dbus-python
+    icalendar
+    jsonpath-ng
+    lxml
+    mpd2
     portalocker
     psutil
-    dbus-python
+    python-dateutil
+    pytz
+    requests
+    requests-file
+    tzlocal
   ];
 
   nativeCheckInputs = with python3.pkgs; [
-    pytestCheckHook
-    python-dbusmock
-    pytest-httpserver
-    dateutils
     freezegun
-    pytest-mock
-    requests
-    requests-file
-    icalendar
-    tzlocal
-    jsonpath-ng
-    mpd2
-    lxml
     pytest-datadir
+    pytest-httpserver
+    pytest-mock
+    pytestCheckHook
+    python-dbusmock
   ];
 
   # Disable tests that need root