monophony: unpin ytmusicapi
This commit is contained in:
@@ -52,7 +52,10 @@ python3Packages.buildPythonApplication rec {
|
||||
gstreamer
|
||||
]);
|
||||
|
||||
pythonRelaxDeps = [ "mpris_server" ];
|
||||
pythonRelaxDeps = [
|
||||
"mpris_server"
|
||||
"ytmusicapi"
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
make install prefix=$out
|
||||
|
||||
Reference in New Issue
Block a user