summary refs log tree commit diff
path: root/pkgs/development/libraries/kde-frameworks/plasma-framework.nix
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-11-04 10:41:52 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-11-04 10:41:52 -0500
commitee2d5a3758daeadfb2c02487436bf95a35bd0f20 (patch)
tree1d1dd0ea92140bb57f4019017fb079ce86e66e1f /pkgs/development/libraries/kde-frameworks/plasma-framework.nix
parent39f0404fdbc3efe3bab2931c65b82b3381ff0ce3 (diff)
downloadnixpkgs-ee2d5a3758daeadfb2c02487436bf95a35bd0f20.tar
nixpkgs-ee2d5a3758daeadfb2c02487436bf95a35bd0f20.tar.gz
nixpkgs-ee2d5a3758daeadfb2c02487436bf95a35bd0f20.tar.bz2
nixpkgs-ee2d5a3758daeadfb2c02487436bf95a35bd0f20.tar.lz
nixpkgs-ee2d5a3758daeadfb2c02487436bf95a35bd0f20.tar.xz
nixpkgs-ee2d5a3758daeadfb2c02487436bf95a35bd0f20.tar.zst
nixpkgs-ee2d5a3758daeadfb2c02487436bf95a35bd0f20.zip
plasma-framework: include patch for OSD dialog flag
Include an upstream patch to fix an annoying bug where OSD windows have
the dialog flag set, causing OSDs associated with auto-hiding panels to
be invisible.
Diffstat (limited to 'pkgs/development/libraries/kde-frameworks/plasma-framework.nix')
-rw-r--r--pkgs/development/libraries/kde-frameworks/plasma-framework.nix9
1 files changed, 8 insertions, 1 deletions
diff --git a/pkgs/development/libraries/kde-frameworks/plasma-framework.nix b/pkgs/development/libraries/kde-frameworks/plasma-framework.nix
index 60910b0d678..fe5ba503a40 100644
--- a/pkgs/development/libraries/kde-frameworks/plasma-framework.nix
+++ b/pkgs/development/libraries/kde-frameworks/plasma-framework.nix
@@ -1,4 +1,4 @@
-{ kdeFramework, lib, ecm, kactivities, karchive
+{ kdeFramework, lib, fetchurl, ecm, kactivities, karchive
 , kconfig, kconfigwidgets, kcoreaddons, kdbusaddons, kdeclarative
 , kdoctools, kglobalaccel, kguiaddons, ki18n, kiconthemes, kio
 , knotifications, kpackage, kservice, kwindowsystem, kxmlgui
@@ -8,6 +8,13 @@
 kdeFramework {
   name = "plasma-framework";
   meta = { maintainers = [ lib.maintainers.ttuegel ]; };
+  patches = [
+    (fetchurl {
+      url = "https://cgit.kde.org/plasma-framework.git/patch/?id=62b0865492d863cd000814054681ba6a97972cd5";
+      sha256 = "1ipz79apa9lkvcyfm5pap6v67hzncfz60z7s00zi6rnlbz96cy5f";
+      name = "plasma-framework-osd-no-dialog.patch";
+    })
+  ];
   nativeBuildInputs = [ ecm kdoctools ];
   propagatedBuildInputs = [
     kactivities karchive kconfig kconfigwidgets kcoreaddons kdbusaddons