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:
parent
981ed50fb2
commit
0a1a3ad2d6
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue