mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 21:03:15 +00:00
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:
parent
e275e556df
commit
4742b0b90f
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user