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