forked from mirrors/nixpkgs
why3: 0.88.3 -> 1.0.0
This commit is contained in:
parent
710d4e76dd
commit
0cf09556eb
|
@ -2,15 +2,15 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "why3-${version}";
|
||||
version = "0.88.3";
|
||||
version = "1.0.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = https://gforge.inria.fr/frs/download.php/file/37313/why3-0.88.3.tar.gz;
|
||||
sha256 = "0limdqy9l5bjzwhdalcfdyh0b6laxgiphhvr4bby9p0030agssiy";
|
||||
url = https://gforge.inria.fr/frs/download.php/file/37604/why3-1.0.0.tar.gz;
|
||||
sha256 = "18h00diw1c051v7ya0lv09ns5630qi9savwffx0652mcc4b4qpxn";
|
||||
};
|
||||
|
||||
buildInputs = (with ocamlPackages; [
|
||||
ocaml findlib lablgtk ocamlgraph zarith menhir ]) ++
|
||||
ocaml findlib num lablgtk ocamlgraph zarith menhir ]) ++
|
||||
stdenv.lib.optionals (ocamlPackages.ocaml == coq.ocaml ) [
|
||||
coq coq.camlp5
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue