elastix: change platforms to "linux" from "unix"
This commit is contained in:
parent
3cc46829c7
commit
d1d0824b2f
|
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue