mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 11:23:29 +00:00
6 lines
194 B
Diff
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))
|