lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

clwrapper: build-with-lisp.sh: asdf/image package is now uiop/image

+1 -1
+1 -1
pkgs/development/lisp-modules/clwrapper/build-with-lisp.sh
··· 47 47 :toplevel (lambda () 48 48 (setf common-lisp:*standard-input* (sb-sys::make-fd-stream 0 :input t :buffering :line)) 49 49 (setf common-lisp:*standard-output* (sb-sys::make-fd-stream 1 :output t :buffering :line)) 50 - (setf asdf/image:*command-line-arguments* (cdr sb-ext:*posix-argv*)) 50 + (setf uiop/image:*command-line-arguments* (cdr sb-ext:*posix-argv*)) 51 51 $code) 52 52 :executable t :save-runtime-options t :purify t))" 53 53 systems=":sb-posix $systems"