c3d: 2018-10-04 -> unstable-2019-10-22; mark unbroken
This commit is contained in:
parent
a80f4726c4
commit
c79d6d0430
@ -1,17 +1,17 @@
|
|||||||
{ stdenv, fetchgit, cmake, itk, Cocoa }:
|
{ stdenv, fetchgit, cmake, itk4, Cocoa }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "c3d";
|
pname = "c3d";
|
||||||
version = "2018-10-04";
|
version = "unstable-2019-10-22";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://git.code.sf.net/p/c3d/git";
|
url = "https://github.com/pyushkevich/c3d";
|
||||||
rev = "351929a582b2ef68fb9902df0b11d38f44a0ccd0";
|
rev = "c04e2b84568654665c64d8843378c8bbd58ba9b0";
|
||||||
sha256 = "0mpv4yl6hdnxgvnwrmd182h64n3ppp30ldzm0jz6jglk0nvpzq9w";
|
sha256 = "0lzldxvshl9q362mg76byc7s5zc9qx7mxf2wgyij5vysx8mihx3q";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
buildInputs = [ itk ]
|
buildInputs = [ itk4 ]
|
||||||
++ stdenv.lib.optional stdenv.isDarwin Cocoa;
|
++ stdenv.lib.optional stdenv.isDarwin Cocoa;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
@ -20,6 +20,5 @@ stdenv.mkDerivation {
|
|||||||
maintainers = with maintainers; [ bcdarwin ];
|
maintainers = with maintainers; [ bcdarwin ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
broken = true;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user