matita_130312: mark as broken

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