mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Overlays] Add CPUfreq patch to power-profiles-daemon
This commit is contained in:
parent
e829f586ee
commit
66aa613f8d
1 changed files with 10 additions and 0 deletions
10
overlays.nix
10
overlays.nix
|
|
@ -78,6 +78,16 @@ in
|
||||||
'';
|
'';
|
||||||
});
|
});
|
||||||
|
|
||||||
|
power-profiles-daemon = super.power-profiles-daemon.overrideAttrs (old: {
|
||||||
|
patches = [
|
||||||
|
# ACPI cpufreq support
|
||||||
|
(super.fetchpatch {
|
||||||
|
url = "https://gitlab.freedesktop.org/hadess/power-profiles-daemon/-/commit/7ccd832b96d2a0ac8911587d3fa9d18e19bd5587.diff";
|
||||||
|
sha256 = "sha256-UTfbUN/rHUFJ8eXOL3P8LCkBr+TySbEer9ti2e0kAiU=";
|
||||||
|
})
|
||||||
|
];
|
||||||
|
});
|
||||||
|
|
||||||
ffmpeg-full = let
|
ffmpeg-full = let
|
||||||
withLto = super.ffmpeg-full.override { enableLto = false; rav1e = self.rav1e; };
|
withLto = super.ffmpeg-full.override { enableLto = false; rav1e = self.rav1e; };
|
||||||
withTensorflow = withLto.overrideAttrs (old: {
|
withTensorflow = withLto.overrideAttrs (old: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue