Revert "kdepim-runtime: patch from upstream to fix IMAP resource crash"
This reverts commit a6d746fbd12a6633e775e2cb52793f4baa8bab36.
This commit is contained in:
parent
ca324e54dd
commit
5f3732f815
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
mkDerivation, lib, kdepimTeam, fetchpatch,
|
mkDerivation, lib, kdepimTeam,
|
||||||
extra-cmake-modules, kdoctools,
|
extra-cmake-modules, kdoctools,
|
||||||
shared_mime_info,
|
shared_mime_info,
|
||||||
akonadi, akonadi-calendar, akonadi-contacts, akonadi-mime, akonadi-notes,
|
akonadi, akonadi-calendar, akonadi-contacts, akonadi-mime, akonadi-notes,
|
||||||
@ -20,13 +20,6 @@ mkDerivation {
|
|||||||
kalarmcal kcalutils kcontacts kdav kdelibs4support kidentitymanagement kimap
|
kalarmcal kcalutils kcontacts kdav kdelibs4support kidentitymanagement kimap
|
||||||
kmailtransport kmbox kmime knotifications knotifyconfig qtwebengine
|
kmailtransport kmbox kmime knotifications knotifyconfig qtwebengine
|
||||||
];
|
];
|
||||||
patches = [
|
|
||||||
# Fix crash in IMAP Akonadi resource
|
|
||||||
(fetchpatch {
|
|
||||||
url = "https://cgit.kde.org/kdepim-runtime.git/patch/?id=611510d0a005bc93102aa4b9f1a5b5f9905c4179";
|
|
||||||
sha256 = "1zidfqwzj5waq01iqzgq1imr8aq7a2h5aysygi4ynakwgr4ypxcj";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
# Attempts to build some files before dependencies have been generated
|
# Attempts to build some files before dependencies have been generated
|
||||||
enableParallelBuilding = false;
|
enableParallelBuilding = false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user