plex-media-player: explain a bit the qt5 situation

This commit is contained in:
Doron Behar 2020-12-23 18:53:01 +02:00
parent a06ee9759f
commit 2c1015f80e

View file

@ -23529,6 +23529,7 @@ in
plexamp = callPackage ../applications/audio/plexamp { };
# Upstream says it supports only qt5.9 which is not packaged, and building with qt newer than 5.12 fails
plex-media-player = libsForQt512.callPackage ../applications/video/plex-media-player { };
plex-mpv-shim = python3Packages.callPackage ../applications/video/plex-mpv-shim { };