Unverified Commit 0a1a3e9d authored by amesgen's avatar amesgen
Browse files

maxima-ecl: fix build by removing upstreamed patch

parent a0463e68
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -79,12 +79,6 @@ stdenv.mkDerivation rec {
      url = "https://git.sagemath.org/sage.git/plain/build/pkgs/maxima/patches/undoing_true_false_printing_patch.patch?id=07d6c37d18811e2b377a9689790a7c5e24da16ba";
      sha256 = "0fvi3rcjv6743sqsbgdzazy9jb6r1p1yq63zyj9fx42wd1hgf7yx";
    })
  ] ++ lib.optionals (lisp-compiler.pname == "ecl") [
    # build fasl, needed for ECL support
    (fetchpatch {
      url = "https://git.sagemath.org/sage.git/plain/build/pkgs/maxima/patches/maxima.system.patch?id=07d6c37d18811e2b377a9689790a7c5e24da16ba";
      sha256 = "18zafig8vflhkr80jq2ivk46k92dkszqlyq8cfmj0b2vcfjwwbar";
    })
  ];

  # The test suite is disabled since 5.42.2 because of the following issues: