about summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2023-06-21 12:34:24 +0300
committerK900 <me@0upti.me>2023-06-21 12:34:24 +0300
commit8be18e91e1cd140b29faf423d40b3505dcb7cd88 (patch)
tree6237cd25713744e2786c192ded3a41e4aa5375d6 /pkgs/desktops
parentc50fb9604fd36c94676a6815dc402ab3012bc89a (diff)
plasma-sdk: 5.27.6 -> 5.27.6.1, drop workaround
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/plasma-5/plasma-sdk.nix5
-rw-r--r--pkgs/desktops/plasma-5/srcs.nix8
2 files changed, 4 insertions, 9 deletions
diff --git a/pkgs/desktops/plasma-5/plasma-sdk.nix b/pkgs/desktops/plasma-5/plasma-sdk.nix
index 04f73c13ead74..88a1968d9d63f 100644
--- a/pkgs/desktops/plasma-5/plasma-sdk.nix
+++ b/pkgs/desktops/plasma-5/plasma-sdk.nix
@@ -21,11 +21,6 @@
 mkDerivation {
   pname = "plasma-sdk";
 
-  # work around build failure due to duplicate docs
-  # see: https://invent.kde.org/plasma/plasma-sdk/-/issues/5
-  # FIXME: remove when fixed
-  postPatch = "rm -rf po/nl/docs/plasma-sdk";
-
   nativeBuildInputs = [ extra-cmake-modules kdoctools ];
   buildInputs = [
     karchive
diff --git a/pkgs/desktops/plasma-5/srcs.nix b/pkgs/desktops/plasma-5/srcs.nix
index b045efce94436..562a1282ac6b7 100644
--- a/pkgs/desktops/plasma-5/srcs.nix
+++ b/pkgs/desktops/plasma-5/srcs.nix
@@ -364,11 +364,11 @@
     };
   };
   plasma-sdk = {
-    version = "5.27.6";
+    version = "5.27.6.1";
     src = fetchurl {
-      url = "${mirror}/stable/plasma/5.27.6/plasma-sdk-5.27.6.tar.xz";
-      sha256 = "1gvniypjbd6a866vhs7npdf19004kmrb0b5g5mpkvpa7rzzfqlp3";
-      name = "plasma-sdk-5.27.6.tar.xz";
+      url = "${mirror}/stable/plasma/5.27.6/plasma-sdk-5.27.6.1.tar.xz";
+      sha256 = "1byfknk60j4hajy1ibh25dv96irkpl4b5hyrrdg39m6fdx30wjrf";
+      name = "plasma-sdk-5.27.6.1.tar.xz";
     };
   };
   plasma-systemmonitor = {