about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJan Malakhovski <oxij@oxij.org>2018-08-08 18:54:15 +0000
committerJan Malakhovski <oxij@oxij.org>2018-08-10 12:56:34 +0000
commitf01ff6545de6b8378014742772bfb53203beae41 (patch)
treeaeb436e3d5873455c340a349dd03da10a596cfe0 /pkgs
parent0317cc052579a4990619297811a5c1878feade62 (diff)
downloadnixlib-f01ff6545de6b8378014742772bfb53203beae41.tar
nixlib-f01ff6545de6b8378014742772bfb53203beae41.tar.gz
nixlib-f01ff6545de6b8378014742772bfb53203beae41.tar.bz2
nixlib-f01ff6545de6b8378014742772bfb53203beae41.tar.lz
nixlib-f01ff6545de6b8378014742772bfb53203beae41.tar.xz
nixlib-f01ff6545de6b8378014742772bfb53203beae41.tar.zst
nixlib-f01ff6545de6b8378014742772bfb53203beae41.zip
libtoxcore: cleanup tests
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/libtoxcore/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libtoxcore/default.nix b/pkgs/development/libraries/libtoxcore/default.nix
index a005c8b37465..994d22846773 100644
--- a/pkgs/development/libraries/libtoxcore/default.nix
+++ b/pkgs/development/libraries/libtoxcore/default.nix
@@ -30,8 +30,6 @@ let
     enableParallelBuilding = true;
 
     doCheck = false; # hangs, tries to access the net?
-
-    # for some reason the tests are not running - it says "No tests found!!"
     checkInputs = [ check ];
     checkPhase = "ctest";