mirror of
https://github.com/AdnanHodzic/auto-cpufreq.git
synced 2025-07-21 12:45:03 +02:00
nix: add pyasyncore dep
This commit is contained in:
parent
af5fb382e1
commit
1d3593d162
@ -30,7 +30,7 @@ python3Packages.buildPythonPackage {
|
|||||||
|
|
||||||
buildInputs = with pkgs; [gtk3 python3Packages.poetry-core];
|
buildInputs = with pkgs; [gtk3 python3Packages.poetry-core];
|
||||||
|
|
||||||
propagatedBuildInputs = with python3Packages; [requests pygobject3 click distro psutil setuptools poetry-dynamic-versioning pyinotify urwid pkgs.getent];
|
propagatedBuildInputs = with python3Packages; [requests pygobject3 click distro psutil setuptools poetry-dynamic-versioning pyinotify urwid pyasyncore pkgs.getent];
|
||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
pythonImportsCheck = ["auto_cpufreq"];
|
pythonImportsCheck = ["auto_cpufreq"];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user