vlc: migrate to by-name

This commit is contained in:
Anderson Torres 2024-02-26 17:13:59 -03:00
parent 68920d13ae
commit c52a056f18
2 changed files with 0 additions and 2 deletions

View File

@ -35981,8 +35981,6 @@ with pkgs;
vkeybd = callPackage ../applications/audio/vkeybd { };
vlc = callPackage ../applications/video/vlc { };
libvlc = vlc.override {
withQt5 = false;
onlyLibVLC = true;