14 indicator-application-gtk3,
17 stdenv.mkDerivation rec {
18 pname = "wingpanel-indicator-ayatana";
19 version = "2.0.7-unstable-2023-04-18";
21 src = fetchFromGitHub {
24 rev = "d554663b4e199d44c1f1d53b5cc39b9a775b3f1c";
25 sha256 = "sha256-dEk0exLh+TGuQt7be2YRTS2EzPD55+edR8WibthXwhI=";
29 # Tells the indicator the path for libapplication.so
30 (replaceVars ./fix-libapplication-dir.patch {
31 indicator_application = indicator-application-gtk3;
50 updateScript = unstableGitUpdater {
51 url = "https://github.com/Lafydev/wingpanel-indicator-ayatana.git";
56 description = "Ayatana Compatibility Indicator for Wingpanel";
57 homepage = "https://github.com/Lafydev/wingpanel-indicator-ayatana";
58 license = licenses.lgpl21Plus;
59 platforms = platforms.linux;
60 maintainers = teams.pantheon.members;