vlc: compile against qt 5.6

This commit is contained in:
Peter Hoeg 2017-03-09 18:26:47 +08:00 committed by Peter Hoeg
parent cf7d4bf8af
commit d4beeef3ce

View File

@ -15794,7 +15794,8 @@ with pkgs;
gtk = gtk2;
};
vlc_qt5 = libsForQt5.vlc;
# VLC 3.0 is needed to compile in C++11 mode (QT 5.7)
vlc_qt5 = libsForQt56.vlc;
vmpk = callPackage ../applications/audio/vmpk { };