mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
alt-ergo: 2.3.2 → 2.3.3
This commit is contained in:
parent
0c447a3bc0
commit
5e6eeb795c
@ -2,29 +2,27 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
pname = "alt-ergo";
|
pname = "alt-ergo";
|
||||||
version = "2.3.2";
|
version = "2.3.3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://alt-ergo.ocamlpro.com/http/alt-ergo-${version}/alt-ergo-${version}.tar.gz";
|
url = "https://alt-ergo.ocamlpro.com/http/alt-ergo-${version}/alt-ergo-${version}.tar.gz";
|
||||||
sha256 = "130hisjzkaslygipdaaqib92spzx9rapsd45dbh5ssczjn5qnhb9";
|
sha256 = "124k2a4ikk4wdpmvgjpgl97x9skvr9qznk8m68dzsynzpv6yksaj";
|
||||||
};
|
};
|
||||||
|
|
||||||
preConfigure = "patchShebangs ./configure";
|
|
||||||
|
|
||||||
nativeBuildInputs = [ which ];
|
nativeBuildInputs = [ which ];
|
||||||
|
|
||||||
in
|
in
|
||||||
|
|
||||||
let alt-ergo-lib = ocamlPackages.buildDunePackage rec {
|
let alt-ergo-lib = ocamlPackages.buildDunePackage rec {
|
||||||
pname = "alt-ergo-lib";
|
pname = "alt-ergo-lib";
|
||||||
inherit version src preConfigure nativeBuildInputs;
|
inherit version src nativeBuildInputs;
|
||||||
configureFlags = pname;
|
configureFlags = pname;
|
||||||
propagatedBuildInputs = with ocamlPackages; [ num ocplib-simplex stdlib-shims 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 {
|
||||||
pname = "alt-ergo-parsers";
|
pname = "alt-ergo-parsers";
|
||||||
inherit version src preConfigure nativeBuildInputs;
|
inherit version src nativeBuildInputs;
|
||||||
configureFlags = pname;
|
configureFlags = pname;
|
||||||
buildInputs = with ocamlPackages; [ menhir ];
|
buildInputs = with ocamlPackages; [ menhir ];
|
||||||
propagatedBuildInputs = [ alt-ergo-lib ] ++ (with ocamlPackages; [ camlzip psmt2-frontend ]);
|
propagatedBuildInputs = [ alt-ergo-lib ] ++ (with ocamlPackages; [ camlzip psmt2-frontend ]);
|
||||||
@ -32,7 +30,7 @@ let alt-ergo-parsers = ocamlPackages.buildDunePackage rec {
|
|||||||
|
|
||||||
ocamlPackages.buildDunePackage {
|
ocamlPackages.buildDunePackage {
|
||||||
|
|
||||||
inherit pname version src preConfigure nativeBuildInputs;
|
inherit pname version src nativeBuildInputs;
|
||||||
|
|
||||||
configureFlags = pname;
|
configureFlags = pname;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user