mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
dcmtk: support darwin platform (#136005)
This commit is contained in:
parent
45131df167
commit
ac0b44b1ee
@ -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…
Reference in New Issue
Block a user