vlc: lower priority of qt5 versions

/cc #14610
This commit is contained in:
Vladimír Čunát
2016-04-12 10:16:09 +02:00
parent 4fe298f248
commit 4709bdcb71
+2 -2
View File
@@ -8572,10 +8572,10 @@ in
telepathy = callPackage ../development/libraries/telepathy/qt { };
vlc = callPackage ../applications/video/vlc {
vlc = lowPrio (callPackage ../applications/video/vlc {
qt4 = null;
withQt5 = true;
};
});
};