From 64c94e9b066ea26b2dad3968dd399a790e05d07e Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Sun, 17 Aug 2025 20:48:35 -0400 Subject: [PATCH] Add run-time dependencies. --- nix/configuration/roles/amd_s2idle/package.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/nix/configuration/roles/amd_s2idle/package.nix b/nix/configuration/roles/amd_s2idle/package.nix index 6f2a430..6df6b6c 100644 --- a/nix/configuration/roles/amd_s2idle/package.nix +++ b/nix/configuration/roles/amd_s2idle/package.nix @@ -16,6 +16,9 @@ python3, callPackage, # python3Packages, + acpica-tools, + ethtool, + libdisplay-info, ... }: let @@ -33,7 +36,6 @@ python3.pkgs.buildPythonApplication { setuptools-git-versioning setuptools-git pyudev - pkgs.systemd ]; propagatedBuildInputs = with python3.pkgs; [ (callPackage ./cysystemd.nix { }) @@ -43,6 +45,9 @@ python3.pkgs.buildPythonApplication { pyudev seaborn tabulate + acpica-tools + ethtool + libdisplay-info ]; src = pkgs.fetchgit { url = "https://git.kernel.org/pub/scm/linux/kernel/git/superm1/amd-debug-tools.git";