use qt6 cantata fork

package pulled from nixpkgs issue
This commit is contained in:
outfoxxed 2025-01-05 23:24:09 -08:00
parent 4f6b9c55e1
commit 590618a5bc
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
4 changed files with 192 additions and 1 deletions

View file

@ -0,0 +1,16 @@
diff --git a/playlists/dynamicplaylists.cpp b/playlists/dynamicplaylists.cpp
index b85e93b5..3c29f775 100644
--- a/playlists/dynamicplaylists.cpp
+++ b/playlists/dynamicplaylists.cpp
@@ -205,11 +205,6 @@ void DynamicPlaylists::start(const QString& name)
return;
}
- if (Utils::findExe("perl").isEmpty()) {
- emit error(tr("You need to install \"perl\" on your system in order for Cantata's dynamic mode to function."));
- return;
- }
-
QString fName(Utils::dataDir(rulesDir, false) + name + constExtension);
if (!QFile::exists(fName)) {