13 , indicator-application-gtk3
16 stdenv.mkDerivation rec {
17 pname = "wingpanel-indicator-ayatana";
18 version = "2.0.7-unstable-2023-04-18";
20 src = fetchFromGitHub {
23 rev = "d554663b4e199d44c1f1d53b5cc39b9a775b3f1c";
24 sha256 = "sha256-dEk0exLh+TGuQt7be2YRTS2EzPD55+edR8WibthXwhI=";
28 # Tells the indicator the path for libapplication.so
30 src = ./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;