mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
lean2: 2016-07-05 -> 2016-11-29
Renamed from lean since upstream renamed it as well. The lean attribute in nixpkgs will now refer to the new lean 3 version.
This commit is contained in:
parent
65778e7c59
commit
ce2a9a8f9b
|
@ -2,17 +2,17 @@
|
||||||
, gperftools, ninja, makeWrapper }:
|
, gperftools, ninja, makeWrapper }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "lean-${version}";
|
name = "lean2-${version}";
|
||||||
version = "2016-07-05";
|
version = "2016-11-29";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "leanprover";
|
owner = "leanprover";
|
||||||
repo = "lean";
|
repo = "lean2";
|
||||||
rev = "cc70845332e63a1f1be21dc1f96d17269fc85909";
|
rev = "a086fb334838c427bbc8f984eb44a4cbbe013a6b";
|
||||||
sha256 = "09qz2vjw7whiggvw0cdaa4i2f49wnch2sd4r43glq181ssln27d6";
|
sha256 = "0qlvhnb37amclgcyizl8bfab33b0a3jk54br9gsrik8cq76lkwwx";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ gmp mpfr boost cmake python gperftools ninja makeWrapper ];
|
buildInputs = [ gmp mpfr cmake python gperftools ninja makeWrapper ];
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
|
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Automatic and interactive theorem prover";
|
description = "Automatic and interactive theorem prover (version with HoTT support)";
|
||||||
homepage = "http://leanprover.github.io";
|
homepage = "http://leanprover.github.io";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
|
@ -16747,7 +16747,7 @@ in
|
||||||
else smlnj;
|
else smlnj;
|
||||||
};
|
};
|
||||||
|
|
||||||
lean = callPackage ../applications/science/logic/lean {};
|
lean2 = callPackage ../applications/science/logic/lean2 {};
|
||||||
|
|
||||||
leo2 = callPackage ../applications/science/logic/leo2 {};
|
leo2 = callPackage ../applications/science/logic/leo2 {};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue