kwallet: remove legacy D-Bus service

This commit is contained in:
Thomas Tuegel 2017-05-21 13:59:37 -05:00
parent 5a609e389a
commit 597a1c6a9e
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59

View file

@ -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"
'';
} }