nixpkgs/pkgs/development/lisp-modules/patches/log4cl-fix-build.patch
2023-05-09 19:30:00 +02:00

6 lines
194 B
Diff

--- a/src/naming-sbcl.lisp
+++ b/src/naming-sbcl.lisp
@@ -108,1 +108,1 @@
- then (sb-c::lambda-parent lambda)
+ then (sb-c::lexenv-lambda (sb-c::lambda-lexenv lambda))