Commit 8e768a61 authored by Kasper Gałkowski's avatar Kasper Gałkowski
Browse files

sbclPackages: marked math as broken

parent ba7a40a6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -80,6 +80,7 @@ in {")
   "hu.dwim.quasi-quote"
   ;; Tries to write in $HOME
   "ubiquitous"
   "math"
   ;; Upstream bad packaging, multiple systems in clml.blas.asd
   "clml.blas.hompack"
   ;; Fails on SBCL due to heap exhaustion
+3 −0
Original line number Diff line number Diff line
@@ -47325,6 +47325,9 @@ in {
    });
    systems = [ "math" ];
    lispLibs = [ (getAttr "cl-utilities" pkgs) (getAttr "font-discovery" pkgs) (getAttr "gsll" pkgs) (getAttr "vgplot" pkgs) ];
    meta = {
      broken = true;
    };
  };
  math_slash_appr = {
    pname = "math_appr";