modem-manager-gui: replace libappindicator-gtk3

libappindicator-gtk3 is unmaintained, should be replaced with fork (see #96420)
gstqt5
galagora 2020-08-27 04:13:58 +03:00
parent a041da0faa
commit 22e9ad4654
1 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@
, gtkspell3
, ofono
, itstool
, libappindicator-gtk3
, libayatana-appindicator-gtk3
, perlPackages
, glibcLocales
, meson
@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
gdbm
gtkspell3
ofono
libappindicator-gtk3
libayatana-appindicator-gtk3
];
postPatch = ''
@ -59,7 +59,7 @@ stdenv.mkDerivation rec {
'';
homepage = "https://linuxonly.ru/page/modem-manager-gui";
license = licenses.gpl3;
maintainers = with maintainers; [ ahuzik ];
maintainers = with maintainers; [ ahuzik galagora ];
platforms = platforms.linux;
};
}