smtube: use default version of Qt 5

This commit is contained in:
Vincent Laporte 2022-11-18 14:34:04 +01:00
parent ffe950b8d4
commit 1c28f357bb
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F

View File

@ -30828,7 +30828,7 @@ with pkgs;
smplayer = libsForQt5.callPackage ../applications/video/smplayer { };
smtube = libsForQt514.callPackage ../applications/video/smtube {};
smtube = libsForQt5.callPackage ../applications/video/smtube {};
softmaker-office = callPackage ../applications/office/softmaker/softmaker_office.nix {};