Commit b64de855 authored by fyxae's avatar fyxae
Browse files

auto-cpufreq: relax urwid

parent f87c12f7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -63,6 +63,8 @@ python3Packages.buildPythonPackage rec {
    requests
  ];

  pythonRelaxDeps = [ "urwid" ];

  nativeBuildInputs = [
    gobject-introspection
    wrapGAppsHook3