Skip to content

Commit

Permalink
lispPackages.clwrapper: allow to replace the code to load ASDF
Browse files Browse the repository at this point in the history
  • Loading branch information
7c6f434c committed Mar 29, 2017
1 parent f51ce6f commit 1258bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/lisp-modules/clwrapper/cl-wrapper.sh
Expand Up @@ -46,7 +46,7 @@ NIX_LISP_ASDF_REGISTRY_CODE="
NIX_LISP_ASDF="${NIX_LISP_ASDF:-@asdf@}"

[ -z "$NIX_LISP_SKIP_CODE" ] && "$NIX_LISP_COMMAND" $NIX_LISP_EARLY_OPTIONS \
$NIX_LISP_EXEC_CODE "(load \"$NIX_LISP_ASDF/lib/common-lisp/asdf/build/asdf.lisp\")" \
$NIX_LISP_EXEC_CODE "${NIX_LISP_ASDF_LOAD:-"(load \"$NIX_LISP_ASDF/lib/common-lisp/asdf/build/asdf.lisp\")"}" \
$NIX_LISP_EXEC_CODE "$NIX_LISP_ASDF_REGISTRY_CODE" \
$NIX_LISP_FINAL_PARAMETERS \
"$@"

0 comments on commit 1258bf9

Please sign in to comment.