diff options
author | sterni <sternenseemann@systemli.org> | 2024-12-02T22·28+0100 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-12-02T23·09+0000 |
commit | 604296bb7c2743be60e66e8390498580b2402997 (patch) | |
tree | 484eb3d5af557faee298bb882ec4b7b4d338b3a1 /third_party/lisp/mime4cl/default.nix | |
parent | 302297cfe3f475a826a020433c3243ae82b1070a (diff) |
feat(3p/lisp/mime4cl): enable compilation with CCL r/8979
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 <sternenseemann@systemli.org> Reviewed-by: sterni <sternenseemann@systemli.org> Tested-by: BuildkiteCI
Diffstat (limited to 'third_party/lisp/mime4cl/default.nix')
-rw-r--r-- | third_party/lisp/mime4cl/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
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" ]; } |