metamath: 0.181 -> 0.182
Also includes a fix to the makefile that lets the autoconf stuff Just Work(tm)
This commit is contained in:
parent
839e958f14
commit
229cdf3d99
@ -2,23 +2,17 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "metamath";
|
pname = "metamath";
|
||||||
version = "0.181";
|
version = "0.182";
|
||||||
|
|
||||||
buildInputs = [ autoreconfHook ];
|
buildInputs = [ autoreconfHook ];
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "metamath";
|
owner = "metamath";
|
||||||
repo = "metamath-exe";
|
repo = "metamath-exe";
|
||||||
rev = "67cbfa8468deb6f8ad5bedafc6399bee59064764";
|
rev = "5df616efe4119ff88daf77e7041d45b6fa39c578";
|
||||||
sha256 = "1mk3g41qz26j38j68i9qmnl8khkd8jwrzj4vxkb855h4b819s000";
|
sha256 = "0amjdgy42c7jypf6sz98iczlxcyl9bqx67ws1q8w2zdqk2izsyjp";
|
||||||
};
|
};
|
||||||
|
|
||||||
# the files necessary to build the DATA target are not in this distribution
|
|
||||||
# luckily, they're not really needed so we don't build it.
|
|
||||||
makeFlags = [ "DATA=" ];
|
|
||||||
|
|
||||||
installTargets = [ "install-exec" ];
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Interpreter for the metamath proof language";
|
description = "Interpreter for the metamath proof language";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user