pantheon.gnome-bluetooth-contract: mark as broken

Sendto device selection is removed in gnome-bluetooth 42.
I decide it is not worth to maintain a legacy gnome-bluetooth
package for the contract.
This should also be broken in elementary OS 7.
This commit is contained in:
Bobby Rong 2022-03-18 20:19:55 +08:00 committed by Jan Tojnar
parent b214aa70b4
commit 5a00ac1b08
2 changed files with 3 additions and 1 deletions

View File

@ -302,7 +302,6 @@ in
environment.systemPackages = with pkgs.pantheon; [
contractor
file-roller-contract
gnome-bluetooth-contract
];
environment.pathsToLink = [

View File

@ -49,5 +49,8 @@ stdenv.mkDerivation rec {
license = licenses.gpl3Plus;
maintainers = teams.pantheon.members;
platforms = platforms.linux;
# sendto device selection is removed in gnome-bluetooth 42
# https://github.com/elementary/gnome-bluetooth-contract/issues/1
broken = true;
};
}