tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
matita_130312: mark as broken
Pavan Rikhi
11 years ago
56ea7c41
5a228d4b
+3
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
science
logic
matita
130312.nix
+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 ];
0
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
}