plex-media-player: fix crash under wayland

This commit is contained in:
Fabian Möller 2022-01-23 23:14:06 +01:00
parent 0bf621e134
commit d0fe0e93cc
No known key found for this signature in database
GPG Key ID: 70B29D65DD8A7E31

View File

@ -36,6 +36,9 @@ in mkDerivation rec {
cmakeFlags = [ "-DCMAKE_BUILD_TYPE=RelWithDebInfo" "-DQTROOT=${qtbase}" ];
# plexmediaplayer currently segfaults under wayland
qtWrapperArgs = [ "--set" "QT_QPA_PLATFORM" "xcb" ];
passthru.updateScript = ./update.sh;
meta = with lib; {