vlc: do not build with every Qt version

It is no longer necessary to build vlc with every Qt version now that we have a
Qt-less libvlc.
This commit is contained in:
Thomas Tuegel 2020-09-25 05:34:24 -05:00 committed by Thomas Tuegel
parent 4cc2cdfb83
commit 9eb4c70c74
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59

View File

@ -15144,8 +15144,6 @@ in
telepathy = callPackage ../development/libraries/telepathy/qt { };
vlc = callPackage ../applications/video/vlc {};
qtwebkit-plugins = callPackage ../development/libraries/qtwebkit-plugins { };
};
@ -23926,7 +23924,7 @@ in
vkeybd = callPackage ../applications/audio/vkeybd {};
vlc = libsForQt514.vlc;
vlc = libsForQt514.callPackage ../applications/video/vlc {};
vlc_qt5 = vlc;