sbclPackages: marked math as broken

+4
+1
pkgs/development/lisp-modules-new/import/database/sqlite.lisp
··· 80 80 "hu.dwim.quasi-quote" 81 81 ;; Tries to write in $HOME 82 82 "ubiquitous" 83 + "math" 83 84 ;; Upstream bad packaging, multiple systems in clml.blas.asd 84 85 "clml.blas.hompack" 85 86 ;; Fails on SBCL due to heap exhaustion
+3
pkgs/development/lisp-modules-new/imported.nix
··· 47325 47325 }); 47326 47326 systems = [ "math" ]; 47327 47327 lispLibs = [ (getAttr "cl-utilities" pkgs) (getAttr "font-discovery" pkgs) (getAttr "gsll" pkgs) (getAttr "vgplot" pkgs) ]; 47328 + meta = { 47329 + broken = true; 47330 + }; 47328 47331 }; 47329 47332 math_slash_appr = { 47330 47333 pname = "math_appr";