monophony: unpin ytmusicapi

This commit is contained in:
Robert Schütz
2025-09-03 10:44:26 -07:00
parent fc309ef60d
commit 576cd99d06
+4 -1
View File
@@ -52,7 +52,10 @@ python3Packages.buildPythonApplication rec {
gstreamer
]);
pythonRelaxDeps = [ "mpris_server" ];
pythonRelaxDeps = [
"mpris_server"
"ytmusicapi"
];
postInstall = ''
make install prefix=$out