kwallet: remove legacy D-Bus service
This commit is contained in:
parent
5a609e389a
commit
597a1c6a9e
|
@ -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"
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue