lol

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

authored by

divanorama and committed by
GitHub
35a885ec 5376c5e5

+4
+4
pkgs/development/lisp-modules-new/imported.nix
··· 36543 36543 }); 36544 36544 systems = [ "gsll" ]; 36545 36545 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) ]; 36546 + meta = { 36547 + # needs "nativeLibs=nixpkgs.gsl" for libgslcblas.so and a way to set CFLAGS="-I gsl/include" or something similar 36548 + broken = true; 36549 + }; 36546 36550 }; 36547 36551 gt = { 36548 36552 pname = "gt";