Merge master into staging-next

authored by github-actions[bot] and committed by GitHub 91d5ab9b 354470d0

+1 -1
+1 -1
pkgs/applications/science/medicine/dcmtk/default.nix
··· 26 26 homepage = "https://dicom.offis.de/dcmtk"; 27 27 license = licenses.bsd3; 28 28 maintainers = with maintainers; [ iimog ]; 29 - platforms = platforms.linux; 29 + platforms = with platforms; linux ++ darwin; 30 30 }; 31 31 }