mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-09 05:33:25 +00:00
kio: remove outdated patch
Signed-off-by: Yaroslav Bolyukin <iam@lach.pw>
This commit is contained in:
parent
c4bd924189
commit
366a6abc6d
@ -1,25 +0,0 @@
|
||||
From 59d26b68704373d405b70806f890ddd545cc976a Mon Sep 17 00:00:00 2001
|
||||
From: Thomas Tuegel <ttuegel@mailbox.org>
|
||||
Date: Sun, 28 Mar 2021 10:31:48 -0500
|
||||
Subject: [PATCH 2/2] Debug module loader
|
||||
|
||||
---
|
||||
src/kiod/kiod_main.cpp | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/src/kiod/kiod_main.cpp b/src/kiod/kiod_main.cpp
|
||||
index 1976ee1..eb402bf 100644
|
||||
--- a/src/kiod/kiod_main.cpp
|
||||
+++ b/src/kiod/kiod_main.cpp
|
||||
@@ -50,7 +50,7 @@ void KIOD::loadModule(const QString &name)
|
||||
module = factory->create<KDEDModule>();
|
||||
}
|
||||
if (!module) {
|
||||
- qCWarning(KIOD_CATEGORY) << "Error loading plugin:" << loader.errorString();
|
||||
+ qCWarning(KIOD_CATEGORY) << "Error loading plugin" << name << loader.errorString();
|
||||
return;
|
||||
}
|
||||
module->setModuleName(name); // makes it register to DBus
|
||||
--
|
||||
2.30.1
|
||||
|
@ -22,6 +22,5 @@ mkDerivation {
|
||||
outputs = [ "out" "dev" ];
|
||||
patches = [
|
||||
./0001-Remove-impure-smbd-search-path.patch
|
||||
./0002-Debug-module-loader.patch
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user