11 stdenv.mkDerivation (finalAttrs: {
15 src = fetchFromGitHub {
18 rev = "refs/tags/v${finalAttrs.version}";
19 hash = "sha256-/FV5NAM9DJ54Vg6/5yn9DCybry+a8lS3fQ3HWLOeOTA=";
32 # 2.0.0: linker error building examples
34 "-DBUILD_EXAMPLES=OFF"
35 "-DBUILD_SHARED_LIBS=OFF"
36 "-DSimpleITK_USE_ELASTIX=ON"
40 homepage = "https://www.simpleitk.org";
41 description = "Simplified interface to ITK";
42 changelog = "https://github.com/SimpleITK/SimpleITK/releases/tag/v${finalAttrs.version}";
43 maintainers = with maintainers; [ bcdarwin ];
44 platforms = platforms.linux;
45 license = licenses.asl20;