mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
Merge pull request #27157 from bkchr/kwallet_dbus_fix
kwallet: Fix bug that dbus could not find the kwallet service
This commit is contained in:
commit
039dda7a27
@ -0,0 +1,9 @@
|
||||
diff --git a/src/runtime/kwalletd/org.kde.kwalletd5.service.in b/src/runtime/kwalletd/org.kde.kwalletd5.service.in
|
||||
index 76eb90e..7a78e83 100644
|
||||
--- a/src/runtime/kwalletd/org.kde.kwalletd5.service.in
|
||||
+++ b/src/runtime/kwalletd/org.kde.kwalletd5.service.in
|
||||
@@ -1,3 +1,3 @@
|
||||
[D-BUS Service]
|
||||
Name=org.kde.kwalletd5
|
||||
-Exec=@CMAKE_INSTALL_PREFIX@/bin/kwalletd5
|
||||
+Exec=@CMAKE_INSTALL_BINDIR@/kwalletd5
|
@ -15,4 +15,5 @@ mkDerivation {
|
||||
knotifications kservice kwidgetsaddons kwindowsystem libgcrypt qgpgme
|
||||
];
|
||||
propagatedBuildInputs = [ qtbase ];
|
||||
patches = [ ./kwallet-dbus.patch ];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user