about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-01-09 17:08:31 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-01-11 12:08:20 +0100
commit0a1a3ad2d6ee5f83a0ec012d73f1084c65a558d7 (patch)
tree2b1162f096a512e7b9430f40b24287a4a4f84df3
parent981ed50fb2daf19c0e353b4a3c249673a18e20fb (diff)
gnomecast: Disable tests
-rw-r--r--pkgs/applications/video/gnomecast/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/applications/video/gnomecast/default.nix b/pkgs/applications/video/gnomecast/default.nix
index 486159135055b..bc045deb9ecbb 100644
--- a/pkgs/applications/video/gnomecast/default.nix
+++ b/pkgs/applications/video/gnomecast/default.nix
@@ -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";