plex-mpv-shim: Disable tests
This commit is contained in:
parent
9e5f96cd57
commit
3567ff623f
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@ buildPythonApplication rec {
|
|||
|
||||
propagatedBuildInputs = [ mpv requests python-mpv-jsonipc ];
|
||||
|
||||
# does not contain tests
|
||||
doCheck = false;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "https://github.com/iwalton3/plex-mpv-shim";
|
||||
description = "Allows casting of videos to MPV via the Plex mobile and web app";
|
||||
|
|
Loading…
Reference in a new issue