diff options
Diffstat (limited to 'nix/buildLisp/default.nix')
-rw-r--r-- | nix/buildLisp/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/buildLisp/default.nix b/nix/buildLisp/default.nix index 66de38663108..baf7a14843f6 100644 --- a/nix/buildLisp/default.nix +++ b/nix/buildLisp/default.nix @@ -153,7 +153,7 @@ let } wrapProgram $out/bin/${name} --prefix LD_LIBRARY_PATH : "${libPath}" - ''; + '' // { lispName = name; lispDeps = [ selfLib ]; lispNativeDeps = []; }; # 'sbclWith' creates an image with the specified libraries / # programs loaded. |