cpupower-gui: fix crash when freq is set

This commit is contained in:
Nash Pillai 2024-08-25 02:38:31 -04:00
parent 7f871ed071
commit fd7cfbba48
No known key found for this signature in database
GPG Key ID: 6508E71EC5318FAD

View File

@ -42,6 +42,11 @@ buildPythonApplication rec {
url = "https://github.com/vagnum08/cpupower-gui/commit/97f8ac02fe33e412b59d3f3968c16a217753e74b.patch"; url = "https://github.com/vagnum08/cpupower-gui/commit/97f8ac02fe33e412b59d3f3968c16a217753e74b.patch";
sha256 = "XYnpm03kq8JLMjAT73BMCJWlzz40IAuHESm715VV6G0="; 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 = [ nativeBuildInputs = [