sbclPackages: marked cl-random and cl-random-tests as broken

This commit is contained in:
Kasper Gałkowski 2022-11-14 22:55:41 +01:00
parent a4c3b8aad2
commit 22b79c23a1
2 changed files with 9 additions and 0 deletions

View file

@ -90,6 +90,9 @@ in {")
"hu.dwim.zlib"
;; Missing libgvc.so native library
"hu.dwim.graphviz"
;; These require libRmath.so, but I don't know where to get it from
"cl-random"
"cl-random-tests"
))
(defmethod database->nix-expression ((database sqlite-database) outfile)

View file

@ -20457,6 +20457,9 @@ in {
});
systems = [ "cl-random" ];
lispLibs = [ (getAttr "alexandria" pkgs) (getAttr "anaphora" pkgs) (getAttr "array-operations" pkgs) (getAttr "cl-num-utils" pkgs) (getAttr "cl-rmath" pkgs) (getAttr "cl-slice" pkgs) (getAttr "gsll" pkgs) (getAttr "let-plus" pkgs) (getAttr "lla" pkgs) ];
meta = {
broken = true;
};
};
cl-random-forest = {
pname = "cl-random-forest";
@ -20496,6 +20499,9 @@ in {
});
systems = [ "cl-random-tests" ];
lispLibs = [ (getAttr "cl-random" pkgs) (getAttr "clunit" pkgs) ];
meta = {
broken = true;
};
};
cl-rdfxml = {
pname = "cl-rdfxml";