summaryrefslogtreecommitdiffstats
path: root/pkgs/desktops/plasma-5/powerdevil.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/desktops/plasma-5/powerdevil.nix')
-rw-r--r--pkgs/desktops/plasma-5/powerdevil.nix16
1 files changed, 4 insertions, 12 deletions
diff --git a/pkgs/desktops/plasma-5/powerdevil.nix b/pkgs/desktops/plasma-5/powerdevil.nix
index 979d69a02f61..28e6db853a16 100644
--- a/pkgs/desktops/plasma-5/powerdevil.nix
+++ b/pkgs/desktops/plasma-5/powerdevil.nix
@@ -19,18 +19,10 @@ mkDerivation {
"-DHAVE_DDCUTIL=On"
];
patches = [
- # This fixes an issue where 'DDCA_Feature_List*' cannot be converted to
- # 'DDCA_Feature_List'.
- # https://bugs.kde.org/show_bug.cgi?id=423605
- (fetchpatch {
- url = "https://invent.kde.org/plasma/powerdevil/-/commit/fcb26be2fb279e6ad3b7b814d26a5921d16201eb.patch";
- sha256 = "0gdyaa0nd1c1d6x2h0m933lascm8zm5sikd99wxmkf7hhaby6k2s";
- })
-
# Reduce log message spam by setting the default log level to Warning.
- (fetchpatch {
- url = "https://invent.kde.org/plasma/powerdevil/-/commit/c7590f9065ec9547b7fabad77a548bbc0c693113.patch";
- sha256 = "077whhi0jrb3bajx357k7n66hv7nchis8jix0nfc1zjvi9fm6pi2";
- })
+ #(fetchpatch {
+ # url = "https://invent.kde.org/plasma/powerdevil/-/commit/c7590f9065ec9547b7fabad77a548bbc0c693113.patch";
+ # sha256 = "077whhi0jrb3bajx357k7n66hv7nchis8jix0nfc1zjvi9fm6pi2";
+ #})
];
}