mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
eprover: 2.0 -> 2.1
This commit is contained in:
parent
08f1528eda
commit
7c63a9cac2
@ -2,11 +2,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "eprover-${version}";
|
||||
version = "2.0";
|
||||
version = "2.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://wwwlehre.dhbw-stuttgart.de/~sschulz/WORK/E_DOWNLOAD/V_${version}/E.tgz";
|
||||
sha256 = "1xmwr32pd8lv3f6yh720mdqhi3na505y3zbgcsgh2hwb7b5i3ngb";
|
||||
sha256 = "1gh99ajmza33f54idhqkdqxp5zh2k06jsf45drihnrzydlqv1n7l";
|
||||
};
|
||||
|
||||
buildInputs = [ which ];
|
||||
@ -16,10 +16,6 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
configureFlags = "--exec-prefix=$(out) --man-prefix=$(out)/share/man";
|
||||
|
||||
postInstall = ''
|
||||
sed -e s,EXECPATH=.\*,EXECPATH=$out/bin, -i $out/bin/eproof{,_ram}
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Automated theorem prover for full first-order logic with equality";
|
||||
homepage = http://www.eprover.org/;
|
||||
|
Loading…
Reference in New Issue
Block a user