summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorMarcial Gaißert <gaisseml@studi.informatik.uni-stuttgart.de>2019-09-01 20:28:08 +0200
committerMarcial Gaißert <gaisseml@studi.informatik.uni-stuttgart.de>2019-09-01 20:28:08 +0200
commitfc78d8e0a7b6bbb4425f14661c780799148434b8 (patch)
tree8325e713d5edca176fbbf49816cf0109857da6c3 /pkgs/tools
parent7f42adf7a2a6ab0f18dd441820f1089a7b2c0cfd (diff)
downloadnixpkgs-fc78d8e0a7b6bbb4425f14661c780799148434b8.tar
nixpkgs-fc78d8e0a7b6bbb4425f14661c780799148434b8.tar.gz
nixpkgs-fc78d8e0a7b6bbb4425f14661c780799148434b8.tar.bz2
nixpkgs-fc78d8e0a7b6bbb4425f14661c780799148434b8.tar.lz
nixpkgs-fc78d8e0a7b6bbb4425f14661c780799148434b8.tar.xz
nixpkgs-fc78d8e0a7b6bbb4425f14661c780799148434b8.tar.zst
nixpkgs-fc78d8e0a7b6bbb4425f14661c780799148434b8.zip
caffeine-ng: do not run tests
There are no tests anyway. Not finding the tests results in build
failures if using Python 3.
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/X11/caffeine-ng/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tools/X11/caffeine-ng/default.nix b/pkgs/tools/X11/caffeine-ng/default.nix
index 57f32ed8225..93f180df52b 100644
--- a/pkgs/tools/X11/caffeine-ng/default.nix
+++ b/pkgs/tools/X11/caffeine-ng/default.nix
@@ -18,6 +18,8 @@ pythonPackages.buildPythonApplication rec {
     setproctitle setuptools setuptools_scm wheel
   ];
 
+  doCheck = false; # There are no tests.
+
   postBuild = ''
     mkdir -p $out/share
     cp -r share $out/