sbclPackages.magicl: mark as broken

Currently broken, should be fixed a bit later
see last comments in https://github.com/NixOS/nixpkgs/pull/200573

ZHF: #199919
This commit is contained in:
Dmitry Ivankov 2022-11-13 19:05:11 +01:00
parent e275e556df
commit 4742b0b90f

View File

@ -46439,6 +46439,9 @@ in {
});
systems = [ "magicl" ];
lispLibs = [ (getAttr "alexandria" pkgs) (getAttr "cffi" pkgs) (getAttr "cffi-libffi" pkgs) (getAttr "abstract-classes" pkgs) (getAttr "interface" pkgs) (getAttr "policy-cond" pkgs) ];
meta = {
broken = true;
};
};
magicl-examples = {
pname = "magicl-examples";