summary refs log tree commit diff
path: root/pkgs/os-specific/linux/autosuspend
diff options
context:
space:
mode:
authorAnthony Roussel <anthony@roussel.dev>2023-10-23 22:41:11 +0200
committerAnthony Roussel <anthony@roussel.dev>2023-10-23 22:41:42 +0200
commitfcc32aadf340c002b01efe319a373d6bdb9fe887 (patch)
treed25ca9c6e2a68bacab718999f5144c07fc7328aa /pkgs/os-specific/linux/autosuspend
parent9dc9be256dd723f2c63a0fecfd4f20e8a13acad6 (diff)
downloadnixpkgs-fcc32aadf340c002b01efe319a373d6bdb9fe887.tar
nixpkgs-fcc32aadf340c002b01efe319a373d6bdb9fe887.tar.gz
nixpkgs-fcc32aadf340c002b01efe319a373d6bdb9fe887.tar.bz2
nixpkgs-fcc32aadf340c002b01efe319a373d6bdb9fe887.tar.lz
nixpkgs-fcc32aadf340c002b01efe319a373d6bdb9fe887.tar.xz
nixpkgs-fcc32aadf340c002b01efe319a373d6bdb9fe887.tar.zst
nixpkgs-fcc32aadf340c002b01efe319a373d6bdb9fe887.zip
autosuspend: move dependencies to propagatedBuildInputs
Diffstat (limited to 'pkgs/os-specific/linux/autosuspend')
-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