matita_130312: mark as broken

This commit is contained in:
Pavan Rikhi 2015-01-07 02:13:59 -05:00
parent 5a228d4b4c
commit 56ea7c4128

View file

@ -11,7 +11,7 @@ stdenv.mkDerivation {
name = "${pname}-${version}";
src = fetchurl {
url = "http://matita.cs.unibo.it/sources/${pname}_130312.tar.gz";
url = "http://matita.cs.unibo.it/sources/${pname}_130312.tar.gz";
sha256 = "13mjvvldv53dcdid6wmc6g8yn98xca26xq2rgq2jg700lqsni59s";
};
@ -24,7 +24,7 @@ stdenv.mkDerivation {
'';
prePatch = ''
autoreconf -fvi
autoreconf -fvi
'';
buildInputs = [ocaml findlib gdome2 ocaml_expat gmetadom ocaml_http lablgtk ocaml_mysql ocamlnet ulex08 camlzip ocaml_pcre automake autoconf];
@ -62,5 +62,6 @@ stdenv.mkDerivation {
description = "Matita is an experimental, interactive theorem prover";
license = stdenv.lib.licenses.gpl2Plus;
maintainers = [ stdenv.lib.maintainers.roconnor ];
broken = true;
};
}