elastix: 4.9.0 -> 5.0.0 (and mark unbroken)
This commit is contained in:
parent
263a81e285
commit
b618730708
@ -1,15 +1,15 @@
|
|||||||
{ stdenv, fetchurl, cmake, itk, python }:
|
{ stdenv, fetchFromGitHub, cmake, itk, python }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "elastix";
|
pname = "elastix";
|
||||||
pversion = "4.9.0";
|
version = "5.0.0";
|
||||||
name = "${pname}-${pversion}";
|
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchFromGitHub {
|
||||||
url = "https://github.com/SuperElastix/${pname}/archive/${pversion}.tar.gz";
|
owner = "SuperElastix";
|
||||||
sha256 = "02pbln36nq98xxfyqwlxg7b6gmigdq4fgfqr9mym1qn58aj04shg";
|
repo = pname;
|
||||||
|
rev = version;
|
||||||
|
sha256 = "1zrl7rz4lwsx88b2shnl985f3a97lmp4ksbd437h9y0hfjq8l0lj";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake python ];
|
nativeBuildInputs = [ cmake python ];
|
||||||
buildInputs = [ itk ];
|
buildInputs = [ itk ];
|
||||||
|
|
||||||
@ -19,6 +19,5 @@ stdenv.mkDerivation rec {
|
|||||||
maintainers = with maintainers; [ bcdarwin ];
|
maintainers = with maintainers; [ bcdarwin ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
broken = true;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user