kwallet: remove legacy D-Bus service
This commit is contained in:
@@ -16,4 +16,7 @@ mkDerivation {
|
|||||||
];
|
];
|
||||||
propagatedBuildInputs = [ qtbase ];
|
propagatedBuildInputs = [ qtbase ];
|
||||||
patches = [ ./kwallet-dbus.patch ];
|
patches = [ ./kwallet-dbus.patch ];
|
||||||
|
postFixup = ''
|
||||||
|
rm "''${!outputBin}/share/dbus-1/services/org.kde.kwalletd.service"
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user