Skip to content

Commit

Permalink
sbclPackages.magicl: mark as broken
Browse files Browse the repository at this point in the history
Currently broken, should be fixed a bit later
see last comments in NixOS#200573

ZHF: NixOS#199919
  • Loading branch information
divanorama authored and rtimush committed Sep 21, 2023
1 parent 24a19f5 commit d782847
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/lisp-modules-new/imported.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit d782847

Please sign in to comment.