Merge pull request #27511 from bcdarwin/fix-elastix
elastix: change platforms to "linux" from "unix"
This commit is contained in:
commit
a5bbfb63a3
pkgs/development/libraries/science/biology/elastix
|
@ -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