vigra: disable tests

This commit is contained in:
Jan Malakhovski 2018-08-08 19:04:28 +00:00
parent 37f69cad82
commit 441f3b548f

View file

@ -26,6 +26,9 @@ in stdenv.mkDerivation rec {
enableParallelBuilding = true;
# fails with "./test_watersheds3d: error while loading shared libraries: libvigraimpex.so.11: cannot open shared object file: No such file or directory"
doCheck = false;
meta = with stdenv.lib; {
description = "Novel computer vision C++ library with customizable algorithms and data structures";
homepage = https://hci.iwr.uni-heidelberg.de/vigra;