elastix: enable tests

This commit is contained in:
Ben Darwin 2020-03-13 11:16:34 -04:00 committed by Frederik Rietdijk
parent 30cafee8b6
commit fe07e2b2ac

View file

@ -10,9 +10,16 @@ stdenv.mkDerivation rec {
rev = version;
sha256 = "1zrl7rz4lwsx88b2shnl985f3a97lmp4ksbd437h9y0hfjq8l0lj";
};
nativeBuildInputs = [ cmake python3 ];
buildInputs = [ itk ];
doCheck = true;
preCheck = "
export LD_LIBRARY_PATH=$(pwd)/bin
";
meta = with stdenv.lib; {
homepage = "http://elastix.isi.uu.nl/";
description = "Image registration toolkit based on ITK";