Add run-time dependencies.

This commit is contained in:
Tom Alexander 2025-08-17 20:48:35 -04:00
parent c87957b8cb
commit 64c94e9b06
No known key found for this signature in database
GPG Key ID: D3A179C9A53C0EDE

View File

@ -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";