From 4742b0b90f4a425175902caa50cde3178f0c7881 Mon Sep 17 00:00:00 2001 From: Dmitry Ivankov Date: Sun, 13 Nov 2022 19:05:11 +0100 Subject: [PATCH] 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 --- pkgs/development/lisp-modules-new/imported.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/lisp-modules-new/imported.nix b/pkgs/development/lisp-modules-new/imported.nix index 160eff9399a0..5620620188b2 100644 --- a/pkgs/development/lisp-modules-new/imported.nix +++ b/pkgs/development/lisp-modules-new/imported.nix @@ -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";