kdePackages.akonadi: backport patch recommended by upstream (#433894)
This commit is contained in:
commit
c119a80e1c
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
lib,
|
lib,
|
||||||
mkKdeDerivation,
|
mkKdeDerivation,
|
||||||
|
fetchpatch,
|
||||||
qttools,
|
qttools,
|
||||||
accounts-qt,
|
accounts-qt,
|
||||||
kaccounts-integration,
|
kaccounts-integration,
|
||||||
@ -24,6 +25,13 @@ mkKdeDerivation {
|
|||||||
patches = [
|
patches = [
|
||||||
# Always regenerate MySQL config, as the store paths don't have accurate timestamps
|
# Always regenerate MySQL config, as the store paths don't have accurate timestamps
|
||||||
./ignore-mysql-config-timestamp.patch
|
./ignore-mysql-config-timestamp.patch
|
||||||
|
|
||||||
|
# Backport fix for Merkuro account settings not opening
|
||||||
|
# FIXME: remove in next update
|
||||||
|
(fetchpatch {
|
||||||
|
url = "https://invent.kde.org/pim/akonadi/-/commit/8a2dfd13b3c4730636a962121368d49c57f79273.patch";
|
||||||
|
hash = "sha256-r3jQUxbKvZbpKWg6SUQTyFpos7aLC5cNoByl22vpaR8=";
|
||||||
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
extraCmakeFlags = [
|
extraCmakeFlags = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user