vlc: mark broken with Qt 5.15

gstqt5
Thomas Tuegel 2020-09-07 11:41:33 -05:00
parent dafc1cea57
commit 63cf375edc
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59
1 changed files with 1 additions and 0 deletions

View File

@ -99,5 +99,6 @@ stdenv.mkDerivation rec {
homepage = "http://www.videolan.org/vlc/";
license = licenses.lgpl21Plus;
platforms = platforms.linux;
broken = versionAtLeast qtbase.version "5.15";
};
}