1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 04:31:52 +00:00

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