about summary refs log tree commit diff
path: root/pkgs/development/lisp-modules/clwrapper/cl-wrapper.sh
Commit message (Collapse)AuthorAge
* lispPackages: A less aggressive way to manipulate ASDF search path, as ↵Michael Raskin2017-11-22
| | | | suggested by Fare
* lispPackages: load precompiled asdf; support more implementationsMichael Raskin2017-04-10
|
* quicklispPackages: update to fresh QuickLispMichael Raskin2017-04-06
| | | | lispPackages: reduce environment-bombing
* lispPackages.clwrapper: fix array expansion to produce no arguments when emptyMichael Raskin2017-03-31
|
* clwrapper: better support for ensuring noninteractive executionMichael Raskin2017-03-30
|
* lispPackages.clwrapper: allow to replace the code to load ASDFMichael Raskin2017-03-29
|
* quicklisp (lispPackages.quicklisp): initMichael Raskin2016-03-25
|
* Add default for ASDF in clwrapperMichael Raskin2015-04-14
|
* Make LD_LIBRARY_PATH available during build like during later usageMichael Raskin2014-11-13
|
* Adding a Common Lisp wrapper.Michael Raskin2013-10-13
Features: + configurable via environment variables + can skip the actual launching of the lisp implementation (source it with NIX_LISP_SKIP_CODE=1 to get all the settings) + currently supports SBCL, CLisp, ECL + determines lisp implementation from NIX_LISP_COMMAND variable or from buildInputs + sets ASDF search path for packages using buildInputs