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, python3,
callPackage, callPackage,
# python3Packages, # python3Packages,
acpica-tools,
ethtool,
libdisplay-info,
... ...
}: }:
let let
@ -33,7 +36,6 @@ python3.pkgs.buildPythonApplication {
setuptools-git-versioning setuptools-git-versioning
setuptools-git setuptools-git
pyudev pyudev
pkgs.systemd
]; ];
propagatedBuildInputs = with python3.pkgs; [ propagatedBuildInputs = with python3.pkgs; [
(callPackage ./cysystemd.nix { }) (callPackage ./cysystemd.nix { })
@ -43,6 +45,9 @@ python3.pkgs.buildPythonApplication {
pyudev pyudev
seaborn seaborn
tabulate tabulate
acpica-tools
ethtool
libdisplay-info
]; ];
src = pkgs.fetchgit { src = pkgs.fetchgit {
url = "https://git.kernel.org/pub/scm/linux/kernel/git/superm1/amd-debug-tools.git"; url = "https://git.kernel.org/pub/scm/linux/kernel/git/superm1/amd-debug-tools.git";