mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-20 11:53:51 +00:00
lispPackages_new.sbclPackages.gsll: mark as broken (#200285)
This commit is contained in:
parent
5376c5e54e
commit
35a885ece1
@ -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 New Issue
Block a user