c3d: updated rev still won't compile; mark broken
This commit is contained in:
parent
1575136ff2
commit
6908f0ce89
@ -3,12 +3,12 @@
|
|||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
pname = "c3d";
|
pname = "c3d";
|
||||||
version = "1.1.0";
|
version = "2018-10-04";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://git.code.sf.net/p/c3d/git";
|
url = "https://git.code.sf.net/p/c3d/git";
|
||||||
rev = "3453f6133f0df831dcbb0d0cfbd8b26e121eb153";
|
rev = "351929a582b2ef68fb9902df0b11d38f44a0ccd0";
|
||||||
sha256 = "1xgbk20w22jwvf7pa0n4lcbyx35fq56zzlslj0nvcclh6vx0b4z8";
|
sha256 = "0mpv4yl6hdnxgvnwrmd182h64n3ppp30ldzm0jz6jglk0nvpzq9w";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
@ -21,5 +21,6 @@ stdenv.mkDerivation rec {
|
|||||||
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