lispPackages_new.sbclPackages.gsll: mark as broken (#200285)
This commit is contained in:
parent
5376c5e54e
commit
35a885ece1
1 changed files with 4 additions and 0 deletions
|
@ -36543,6 +36543,10 @@ in {
|
|||
});
|
||||
systems = [ "gsll" ];
|
||||
lispLibs = [ (getAttr "alexandria" pkgs) (getAttr "foreign-array" pkgs) (getAttr "cffi-grovel" pkgs) (getAttr "cffi-libffi" pkgs) (getAttr "lisp-unit" pkgs) (getAttr "metabang-bind" pkgs) (getAttr "trivial-features" pkgs) (getAttr "trivial-garbage" pkgs) ];
|
||||
meta = {
|
||||
# needs "nativeLibs=nixpkgs.gsl" for libgslcblas.so and a way to set CFLAGS="-I gsl/include" or something similar
|
||||
broken = true;
|
||||
};
|
||||
};
|
||||
gt = {
|
||||
pname = "gt";
|
||||
|
|
Loading…
Reference in a new issue