gnomecast: Disable tests

This commit is contained in:
Sandro Jäckel 2021-01-09 17:08:31 +01:00
parent 981ed50fb2
commit 0a1a3ad2d6
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -20,6 +20,9 @@ buildPythonApplication rec {
gappsWrapperArgs+=(--prefix PATH : ${lib.makeBinPath [ ffmpeg_3 ]})
'';
# no tests
doCheck = false;
meta = with lib; {
description = "A native Linux GUI for Chromecasting local files";
homepage = "https://github.com/keredson/gnomecast";