dcmtk: enable tests

This commit is contained in:
Ben Darwin 2023-01-11 17:06:11 -05:00
parent cca1b4f948
commit f3f51d06ad

View File

@ -18,6 +18,8 @@ stdenv.mkDerivation rec {
# This is only needed until https://github.com/DCMTK/dcmtk/pull/75/files is merged
patches = [ ./0001-Fix-cmake.patch ];
doCheck = true;
meta = {
description =
"Collection of libraries and applications implementing large parts of the DICOM standard";