mirror of
https://github.com/AdnanHodzic/auto-cpufreq.git
synced 2025-04-07 20:35:07 +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];
|
||||
|
||||
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;
|
||||
pythonImportsCheck = ["auto_cpufreq"];
|
||||
|
Loading…
x
Reference in New Issue
Block a user