Unverified Commit fd7cfbba authored by Nash Pillai's avatar Nash Pillai
Browse files

cpupower-gui: fix crash when freq is set

parent 7f871ed0
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -42,6 +42,11 @@ buildPythonApplication rec {
      url = "https://github.com/vagnum08/cpupower-gui/commit/97f8ac02fe33e412b59d3f3968c16a217753e74b.patch";
      sha256 = "XYnpm03kq8JLMjAT73BMCJWlzz40IAuHESm715VV6G0=";
    })
    # Fixes https://github.com/vagnum08/cpupower-gui/issues/86
    (fetchpatch {
      url = "https://github.com/vagnum08/cpupower-gui/commit/22ea668aa4ecf848149ea4c150aa840a25dc6ff8.patch";
      sha256 = "sha256-Mri7Af1Y79lt2pvZl4DQSvrqSLIJLIjzyXwMPFEbGVI=";
    })
  ];

  nativeBuildInputs = [