mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
ocamlPackages.lambdapi: use why3 built with the same version of OCaml
This commit is contained in:
parent
e997629cea
commit
b4c953947f
@ -19,8 +19,7 @@ buildDunePackage rec {
|
||||
pname = "lambdapi";
|
||||
version = "2.3.1";
|
||||
|
||||
minimalOCamlVersion = "4.08";
|
||||
duneVersion = "3";
|
||||
minimalOCamlVersion = "4.12";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/Deducteam/lambdapi/releases/download/${version}/lambdapi-${version}.tbz";
|
||||
|
@ -922,7 +922,9 @@ let
|
||||
|
||||
lambda-term = callPackage ../development/ocaml-modules/lambda-term { };
|
||||
|
||||
lambdapi = callPackage ../development/ocaml-modules/lambdapi { };
|
||||
lambdapi = callPackage ../development/ocaml-modules/lambdapi {
|
||||
why3 = pkgs.why3.override { ocamlPackages = self; };
|
||||
};
|
||||
|
||||
lambdasoup = callPackage ../development/ocaml-modules/lambdasoup { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user