Merge pull request #116648 from oxalica/fix/birdtray-wayland

birdtray: fix crash on wayland
This commit is contained in:
Sandro 2021-03-17 21:56:55 +01:00 committed by GitHub
commit 20bc607ab5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,11 +36,15 @@ mkDerivation rec {
--subst-var-by qttranslations ${qttranslations}
'';
# Wayland support is broken.
# https://github.com/gyunaev/birdtray/issues/113#issuecomment-621742315
qtWrapperArgs = [ "--set QT_QPA_PLATFORM xcb" ];
meta = with lib; {
description = "Mail system tray notification icon for Thunderbird";
homepage = "https://github.com/gyunaev/birdtray";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ Flakebi ];
maintainers = with maintainers; [ Flakebi oxalica ];
platforms = platforms.linux;
};
}