mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
sbclPackages: marked math as broken
This commit is contained in:
parent
ba7a40a602
commit
8e768a61d0
@ -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
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user