mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 01:20:40 +00:00
kwallet: remove legacy D-Bus service
This commit is contained in:
parent
5a609e389a
commit
597a1c6a9e
|
@ -16,4 +16,7 @@ mkDerivation {
|
|||
];
|
||||
propagatedBuildInputs = [ qtbase ];
|
||||
patches = [ ./kwallet-dbus.patch ];
|
||||
postFixup = ''
|
||||
rm "''${!outputBin}/share/dbus-1/services/org.kde.kwalletd.service"
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue