Commit 576cd99d authored by Robert Schütz's avatar Robert Schütz
Browse files

monophony: unpin ytmusicapi

parent fc309ef6
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -52,7 +52,10 @@ python3Packages.buildPythonApplication rec {
    gstreamer
  ]);

  pythonRelaxDeps = [ "mpris_server" ];
  pythonRelaxDeps = [
    "mpris_server"
    "ytmusicapi"
  ];

  postInstall = ''
    make install prefix=$out