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