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

View File

@@ -16,4 +16,7 @@ mkDerivation {
];
propagatedBuildInputs = [ qtbase ];
patches = [ ./kwallet-dbus.patch ];
postFixup = ''
rm "''${!outputBin}/share/dbus-1/services/org.kde.kwalletd.service"
'';
}