plasma-workspace: include fix from 5.23.1

Signed-off-by: Yaroslav Bolyukin <iam@lach.pw>
This commit is contained in:
Yaroslav Bolyukin 2021-10-17 13:40:44 +03:00
parent 5cf1732f92
commit 2be06151bc
No known key found for this signature in database
GPG key ID: 40B5D6948143175F

View file

@ -1,5 +1,5 @@
{
mkDerivation, lib,
mkDerivation, lib, fetchpatch,
extra-cmake-modules, kdoctools,
@ -52,6 +52,12 @@ mkDerivation {
patches = [
./0001-startkde.patch
./0002-absolute-wallpaper-install-dir.patch
# Included in 5.23.1
(fetchpatch {
name = "fix-missing-password-field";
url = "https://invent.kde.org/plasma/plasma-workspace/-/commit/d5a3e749a30613294f41386180aaf31dfb1a9bee.patch";
sha256 = "sha256-qmC/gCVfj/DDQZxQv9YxkZSxYi0WwSsu6/hBskrSqg4=";
})
];
# QT_INSTALL_BINS refers to qtbase, and qdbus is in qttools