mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 08:36:41 +01:00
clwrapper: build-with-lisp.sh: asdf/image package is now uiop/image
This commit is contained in:
parent
2615ef01a7
commit
b15b9b0ede
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ case "$NIX_LISP" in
|
|||
:toplevel (lambda ()
|
||||
(setf common-lisp:*standard-input* (sb-sys::make-fd-stream 0 :input t :buffering :line))
|
||||
(setf common-lisp:*standard-output* (sb-sys::make-fd-stream 1 :output t :buffering :line))
|
||||
(setf asdf/image:*command-line-arguments* (cdr sb-ext:*posix-argv*))
|
||||
(setf uiop/image:*command-line-arguments* (cdr sb-ext:*posix-argv*))
|
||||
$code)
|
||||
:executable t :save-runtime-options t :purify t))"
|
||||
systems=":sb-posix $systems"
|
||||
|
|
Loading…
Reference in a new issue