summary refs log tree commit diff
path: root/pkgs/development/lisp-modules/patches/log4cl-fix-build.patch
blob: 04128217819e2f90d01e7910322253edca25831b (plain) (blame)
1
2
3
4
5
--- 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))