tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
sbclPackages: marked math as broken
Kasper Gałkowski
3 years ago
8e768a61
ba7a40a6
+4
2 changed files
expand all
collapse all
unified
split
pkgs
development
lisp-modules-new
import
database
sqlite.lisp
imported.nix
+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
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
47328
+
meta = {
47329
47329
+
broken = true;
47330
47330
+
};
47328
47331
};
47329
47332
math_slash_appr = {
47330
47333
pname = "math_appr";