From 604296bb7c2743be60e66e8390498580b2402997 Mon Sep 17 00:00:00 2001 From: sterni Date: Mon, 2 Dec 2024 23:28:07 +0100 Subject: feat(3p/lisp/mime4cl): enable compilation with CCL Only significant implementation specific code at the moment is FILE-SIZE which isn't very important. We can also easily implement it for CCL. Additionally, we clean up an unused lexical variable warning and remove a duplicate definiton of MIME-TYPE-STRING fro MIME-UNKNOWN-PART that CCL doesn't like. Change-Id: I7c960e50dcdc1d3e46cb4945f36ea315a3c9838d Reviewed-on: https://cl.tvl.fyi/c/depot/+/12862 Autosubmit: sterni Reviewed-by: sterni Tested-by: BuildkiteCI --- third_party/lisp/mime4cl/default.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'third_party/lisp/mime4cl/default.nix') diff --git a/third_party/lisp/mime4cl/default.nix b/third_party/lisp/mime4cl/default.nix index af015a257bf2..c83d5e4ffce1 100644 --- a/third_party/lisp/mime4cl/default.nix +++ b/third_party/lisp/mime4cl/default.nix @@ -45,7 +45,6 @@ depot.nix.buildLisp.library { # limited by sclf brokenOn = [ - "ccl" "ecl" ]; } -- cgit 1.4.1