gnome-calls: dont ship dbus files

This commit is contained in:
Colin 2024-07-04 15:29:59 +00:00
parent 5ca0ca4f47
commit 44c4e88b90

View File

@ -24,7 +24,7 @@ in
};
};
packageUnwrapped = pkgs.calls.overrideAttrs (upstream: {
packageUnwrapped = pkgs.rmDbusServicesInPlace (pkgs.calls.overrideAttrs (upstream: {
patches = (upstream.patches or []) ++ [
(pkgs.fetchpatch {
# usability improvement... if the UI is visible, then i can receive calls. otherwise, i can't!
@ -33,7 +33,7 @@ in
hash = "sha256-NoVQV2TlkCcsBt0uwSyK82hBKySUW4pADrJVfLFvWgU=";
})
];
});
}));
sandbox.method = "bwrap";
sandbox.net = "clearnet";