3
0
Fork 0
forked from mirrors/nixpkgs

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

This commit is contained in:
Ben Darwin 2017-07-19 17:41:14 -04:00
parent 3cc46829c7
commit d1d0824b2f

View file

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