why3: 1.2.1 -> 1.3.1
Important: keeping why3 at 1.2.1 precludes framac 21.+ from having WP plugin enabled, which is arguably a very important plugin.
This commit is contained in:
parent
39910f445e
commit
cc8369c461
@ -1,11 +0,0 @@
|
|||||||
diff --git a/configure b/configure
|
|
||||||
--- a/configure
|
|
||||||
+++ b/configure
|
|
||||||
@@ -4029,7 +4029,6 @@ fi
|
|
||||||
|
|
||||||
if test "$USEOCAMLFIND" = yes; then
|
|
||||||
OCAMLFINDLIB=$(ocamlfind printconf stdlib)
|
|
||||||
- OCAMLFIND=$(which ocamlfind)
|
|
||||||
if test "$OCAMLFINDLIB" != "$OCAMLLIB"; then
|
|
||||||
USEOCAMLFIND=no;
|
|
||||||
echo "but your ocamlfind is not compatible with your ocamlc:"
|
|
@ -3,11 +3,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "why3";
|
pname = "why3";
|
||||||
version = "1.2.1";
|
version = "1.3.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://gforge.inria.fr/frs/download.php/file/38185/why3-1.2.1.tar.gz";
|
url = "https://gforge.inria.fr/frs/download.php/file/38291/why3-1.3.1.tar.gz";
|
||||||
sha256 = "014gkwisjp05x3342zxkryb729p02ngx1hcjjsrplpa53jzgz647";
|
sha256 = "16zcrc60zz2j3gd3ww93z2z9x2jkxb3kr57y8i5rcgmacy7mw3bv";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with ocamlPackages; [
|
buildInputs = with ocamlPackages; [
|
||||||
@ -29,15 +29,6 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
# Remove unnecessary call to which
|
|
||||||
patches = [ ./configure.patch
|
|
||||||
# Compatibility with js_of_ocaml 3.5
|
|
||||||
(fetchpatch {
|
|
||||||
url = "https://gitlab.inria.fr/why3/why3/commit/269ab313382fe3e64ef224813937314748bf7cf0.diff";
|
|
||||||
sha256 = "0i92wdnbh8pihvl93ac0ma1m5g95jgqqqj4kw6qqvbbjjqdgvzwa";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace Makefile.in --replace js_of_ocaml.ppx js_of_ocaml-ppx
|
substituteInPlace Makefile.in --replace js_of_ocaml.ppx js_of_ocaml-ppx
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user