mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 09:17:07 +03:00
plasma-sdk: 5.27.6 -> 5.27.6.1, drop workaround
This commit is contained in:
parent
c50fb9604f
commit
8be18e91e1
@ -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
|
||||
|
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user