Merge pull request #210261 from bcdarwin/dcmtk-enable-tests

dcmtk: enable tests
This commit is contained in:
Nick Cao 2023-01-16 10:52:59 +08:00 committed by GitHub
commit 2d228de4ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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";