Skip to content

Commit

Permalink
plasma-sdk: 5.27.6 -> 5.27.6.1, drop workaround
Browse files Browse the repository at this point in the history
(cherry picked from commit 8be18e9)
  • Loading branch information
K900 authored and github-actions[bot] committed Jun 21, 2023
1 parent 9a978f4 commit 46c7780
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
5 changes: 0 additions & 5 deletions pkgs/desktops/plasma-5/plasma-sdk.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions pkgs/desktops/plasma-5/srcs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 46c7780

Please sign in to comment.