plex-mpv-shim: Disable tests

This commit is contained in:
Sandro Jäckel 2021-01-04 00:07:09 +01:00
parent 9e5f96cd57
commit 3567ff623f
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -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";