smtube: use default version of Qt 5

This commit is contained in:
Vincent Laporte
2022-11-18 14:51:40 +01:00
parent ffe950b8d4
commit 1c28f357bb
+1 -1
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 {};