lispPackages_new.sbclPackages.gsll: mark as broken (#200285)

This commit is contained in:
divanorama 2022-11-12 17:07:42 +01:00 committed by GitHub
parent 5376c5e54e
commit 35a885ece1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";