16 src = fetchFromGitHub {
20 sha256 = "sha256-rj8tPzZzgW0hXmq8c1LiunIX1tO/tGAaqDGJgCQda5M=";
23 nativeBuildInputs = [ cmake pkg-config ];
25 qtbase qttools qtx11extras
28 # Wayland support is broken.
29 # https://github.com/gyunaev/birdtray/issues/113#issuecomment-621742315
30 qtWrapperArgs = [ "--set QT_QPA_PLATFORM xcb" ];
33 description = "Mail system tray notification icon for Thunderbird";
34 homepage = "https://github.com/gyunaev/birdtray";
35 license = licenses.gpl3Plus;
36 maintainers = with maintainers; [ Flakebi ];
37 platforms = platforms.linux;