Merge pull request from bcdarwin/fix-elastix

elastix: change platforms to "linux" from "unix"
This commit is contained in:
Jörg Thalheim 2017-07-19 23:05:25 +01:00 committed by GitHub
commit a5bbfb63a3
1 changed files with 1 additions and 1 deletions
pkgs/development/libraries/science/biology/elastix

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
homepage = http://elastix.isi.uu.nl/; homepage = http://elastix.isi.uu.nl/;
description = "Image registration toolkit based on ITK"; description = "Image registration toolkit based on ITK";
maintainers = with maintainers; [ bcdarwin ]; maintainers = with maintainers; [ bcdarwin ];
platforms = platforms.unix; platforms = platforms.linux;
license = licenses.asl20; license = licenses.asl20;
}; };
} }