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:
parent
b214aa70b4
commit
5a00ac1b08
2 changed files with 3 additions and 1 deletions
|
@ -302,7 +302,6 @@ in
|
||||||
environment.systemPackages = with pkgs.pantheon; [
|
environment.systemPackages = with pkgs.pantheon; [
|
||||||
contractor
|
contractor
|
||||||
file-roller-contract
|
file-roller-contract
|
||||||
gnome-bluetooth-contract
|
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.pathsToLink = [
|
environment.pathsToLink = [
|
||||||
|
|
|
@ -49,5 +49,8 @@ stdenv.mkDerivation rec {
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = teams.pantheon.members;
|
maintainers = teams.pantheon.members;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
# sendto device selection is removed in gnome-bluetooth 42
|
||||||
|
# https://github.com/elementary/gnome-bluetooth-contract/issues/1
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue