python310Packages.intensity-normalization: mark broken

This commit is contained in:
Sandro Jäckel 2022-04-25 02:06:41 +02:00
parent 889e84c7d0
commit 7d79c0d22a
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -58,5 +58,7 @@ buildPythonPackage rec {
description = "MRI intensity normalization tools";
maintainers = with maintainers; [ bcdarwin ];
license = licenses.asl20;
# depends on simpleitk python wrapper which is not packaged yet
broken = true;
};
}