maxima: update to version 5.35.1

This commit is contained in:
Peter Simons 2014-12-22 10:53:00 +01:00
parent d0fdad5f36
commit 0dd52aba89

View File

@ -2,7 +2,7 @@
let
name = "maxima";
version = "5.34.1";
version = "5.35.1";
searchPath =
stdenv.lib.makeSearchPath "bin"
@ -13,7 +13,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = "mirror://sourceforge/${name}/${name}-${version}.tar.gz";
sha256 = "1dw9vfzldpj7lv303xbw0wpyn6ra6i2yzwlrjbcx7j0jm5n43ji0";
sha256 = "1wwqvay9z6gal7bsyyyhhcwh0fy5ak4h2a446ali0x6zmybaklcy";
};
buildInputs = [sbcl texinfo perl makeWrapper];
@ -29,10 +29,9 @@ stdenv.mkDerivation {
ln -s ../maxima/${version}/doc $out/share/doc/maxima
'';
# Failures in the regression test suite are not going to abort the
# build process. We run the suite mostly so that potential errors show
# up in the build log. See also:
# <http://sourceforge.net/tracker/?func=detail&aid=3365831&group_id=4933&atid=104933>.
# Failures in the regression test suite won't abort the build process. We run
# the suite only so that potential errors show up in the build log. See also:
# http://sourceforge.net/tracker/?func=detail&aid=3365831&group_id=4933&atid=104933.
doCheck = true;
enableParallelBuilding = true;