auto-cpufreq: relax urwid

This commit is contained in:
fyxae
2025-08-24 14:37:45 +08:00
parent f87c12f7ec
commit b64de85592
+2
View File
@@ -63,6 +63,8 @@ python3Packages.buildPythonPackage rec {
requests
];
pythonRelaxDeps = [ "urwid" ];
nativeBuildInputs = [
gobject-introspection
wrapGAppsHook3