matita_130312: mark as broken

+3 -2
+3 -2
pkgs/applications/science/logic/matita/130312.nix
··· 11 11 name = "${pname}-${version}"; 12 12 13 13 src = fetchurl { 14 - url = "http://matita.cs.unibo.it/sources/${pname}_130312.tar.gz"; 14 + url = "http://matita.cs.unibo.it/sources/${pname}_130312.tar.gz"; 15 15 sha256 = "13mjvvldv53dcdid6wmc6g8yn98xca26xq2rgq2jg700lqsni59s"; 16 16 }; 17 17 ··· 24 24 ''; 25 25 26 26 prePatch = '' 27 - autoreconf -fvi 27 + autoreconf -fvi 28 28 ''; 29 29 30 30 buildInputs = [ocaml findlib gdome2 ocaml_expat gmetadom ocaml_http lablgtk ocaml_mysql ocamlnet ulex08 camlzip ocaml_pcre automake autoconf]; ··· 62 62 description = "Matita is an experimental, interactive theorem prover"; 63 63 license = stdenv.lib.licenses.gpl2Plus; 64 64 maintainers = [ stdenv.lib.maintainers.roconnor ]; 65 + broken = true; 65 66 }; 66 67 }