Add run-time dependencies.
This commit is contained in:
parent
c87957b8cb
commit
64c94e9b06
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user