3
0
Fork 0
forked from mirrors/nixpkgs

sbclPackages: marked math as broken

This commit is contained in:
Kasper Gałkowski 2022-11-14 23:02:42 +01:00
parent ba7a40a602
commit 8e768a61d0
2 changed files with 4 additions and 0 deletions

View file

@ -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

View file

@ -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";