Commit 4742b0b9 authored by Dmitry Ivankov's avatar Dmitry Ivankov
Browse files

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
parent e275e556
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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";