Unverified Commit 2d228de4 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

dcmtk: enable tests
parents 78a377ed f3f51d06
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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";