3
0
Fork 0
forked from mirrors/nixpkgs

vlc: lower priority of qt5 versions

/cc #14610
This commit is contained in:
Vladimír Čunát 2016-04-12 09:57:33 +02:00
parent 4fe298f248
commit 4709bdcb71

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;
};
});
};