alt-ergo: 2.3.1 → 2.3.2
This commit is contained in:
parent
94eb65a287
commit
f4ff33cce6
@ -2,12 +2,11 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
pname = "alt-ergo";
|
pname = "alt-ergo";
|
||||||
version = "2.3.1";
|
version = "2.3.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://alt-ergo.ocamlpro.com/download_manager.php?target=${pname}-${version}.tar.gz";
|
url = "https://alt-ergo.ocamlpro.com/http/alt-ergo-${version}/alt-ergo-${version}.tar.gz";
|
||||||
name = "${pname}-${version}.tar.gz";
|
sha256 = "130hisjzkaslygipdaaqib92spzx9rapsd45dbh5ssczjn5qnhb9";
|
||||||
sha256 = "124n836alqm13245hcnxixzc6a15rip919shfflvxqnl617mkmhg";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
preConfigure = "patchShebangs ./configure";
|
preConfigure = "patchShebangs ./configure";
|
||||||
@ -20,7 +19,7 @@ let alt-ergo-lib = ocamlPackages.buildDunePackage rec {
|
|||||||
pname = "alt-ergo-lib";
|
pname = "alt-ergo-lib";
|
||||||
inherit version src preConfigure nativeBuildInputs;
|
inherit version src preConfigure nativeBuildInputs;
|
||||||
configureFlags = pname;
|
configureFlags = pname;
|
||||||
propagatedBuildInputs = with ocamlPackages; [ num ocplib-simplex zarith ];
|
propagatedBuildInputs = with ocamlPackages; [ num ocplib-simplex stdlib-shims zarith ];
|
||||||
}; in
|
}; in
|
||||||
|
|
||||||
let alt-ergo-parsers = ocamlPackages.buildDunePackage rec {
|
let alt-ergo-parsers = ocamlPackages.buildDunePackage rec {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user