nifticlib and niftseg: change platform from linux to unix since these build on OSX
This commit is contained in:
parent
32b0cb0f46
commit
736860d34b
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://cmictig.cs.ucl.ac.uk/research/software/software-nifty/niftyseg;
|
homepage = http://cmictig.cs.ucl.ac.uk/research/software/software-nifty/niftyseg;
|
||||||
description = "Software for medical image segmentation, bias field correction, and cortical thickness calculation";
|
description = "Software for medical image segmentation, bias field correction, and cortical thickness calculation";
|
||||||
maintainers = with maintainers; [ bcdarwin ];
|
maintainers = with maintainers; [ bcdarwin ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = https://sourceforge.net/projects/niftilib;
|
homepage = https://sourceforge.net/projects/niftilib;
|
||||||
description = "Medical imaging format C API";
|
description = "Medical imaging format C API";
|
||||||
maintainers = with maintainers; [ bcdarwin ];
|
maintainers = with maintainers; [ bcdarwin ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
license = licenses.publicDomain;
|
license = licenses.publicDomain;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user