mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
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 {
|
||||
name = "${pname}-${version}";
|
||||
pname = "c3d";
|
||||
version = "1.1.0";
|
||||
version = "2018-10-04";
|
||||
|
||||
src = fetchgit {
|
||||
url = "https://git.code.sf.net/p/c3d/git";
|
||||
rev = "3453f6133f0df831dcbb0d0cfbd8b26e121eb153";
|
||||
sha256 = "1xgbk20w22jwvf7pa0n4lcbyx35fq56zzlslj0nvcclh6vx0b4z8";
|
||||
rev = "351929a582b2ef68fb9902df0b11d38f44a0ccd0";
|
||||
sha256 = "0mpv4yl6hdnxgvnwrmd182h64n3ppp30ldzm0jz6jglk0nvpzq9w";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ cmake ];
|
||||
@ -21,5 +21,6 @@ stdenv.mkDerivation rec {
|
||||
maintainers = with maintainers; [ bcdarwin ];
|
||||
platforms = platforms.unix;
|
||||
license = licenses.gpl2;
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user