Merge pull request #27511 from bcdarwin/fix-elastix

elastix: change platforms to "linux" from "unix"

authored by Jörg Thalheim and committed by GitHub a5bbfb63 b1189b7a

+1 -1
+1 -1
pkgs/development/libraries/science/biology/elastix/default.nix
··· 23 homepage = http://elastix.isi.uu.nl/; 24 description = "Image registration toolkit based on ITK"; 25 maintainers = with maintainers; [ bcdarwin ]; 26 - platforms = platforms.unix; 27 license = licenses.asl20; 28 }; 29 }
··· 23 homepage = http://elastix.isi.uu.nl/; 24 description = "Image registration toolkit based on ITK"; 25 maintainers = with maintainers; [ bcdarwin ]; 26 + platforms = platforms.linux; 27 license = licenses.asl20; 28 }; 29 }