From e2b287b32a0fa22845e641750111eeebdc289b75 Mon Sep 17 00:00:00 2001 From: Timo Kaufmann Date: Thu, 7 Mar 2019 16:08:10 +0100 Subject: [PATCH] maxima: remove ecl known-failures patch It doesn't apply anymore since the recent update. Since the testsuite is completely disabled now, there is little point in rebasing it. --- pkgs/applications/science/math/maxima/default.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkgs/applications/science/math/maxima/default.nix b/pkgs/applications/science/math/maxima/default.nix index 39ed763413b..5843f38a74a 100644 --- a/pkgs/applications/science/math/maxima/default.nix +++ b/pkgs/applications/science/math/maxima/default.nix @@ -70,10 +70,6 @@ stdenv.mkDerivation ({ url = "https://git.sagemath.org/sage.git/plain/build/pkgs/maxima/patches/maxima.system.patch?id=07d6c37d18811e2b377a9689790a7c5e24da16ba"; sha256 = "18zafig8vflhkr80jq2ivk46k92dkszqlyq8cfmj0b2vcfjwwbar"; }) - # There are some transient test failures. I hope this disables all those tests. - # If those test failures ever happen in the non-ecl version, that should be - # reportetd upstream. - ./known-ecl-failures.patch ]; # The test suite is disabled since 5.42.2 because of the following issues: