dcmtk: support darwin platform
(cherry picked from commit 604ad25af49ac679bb28419b35237dcba46bb6d9)
This commit is contained in:
parent
cc6a9e8509
commit
62f9f5688a
@ -26,6 +26,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://dicom.offis.de/dcmtk";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ iimog ];
|
||||
platforms = platforms.linux;
|
||||
platforms = with platforms; linux ++ darwin;
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user