aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/lisp-modules/clwrapper (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use if instead of && for deciding whether to run a commandBrad Jensen2019-07-241-5/+7
* Resolve symlinks before trying to recognize a lisp implementationBrad Jensen2019-07-241-1/+6
* pkgs/*: remove unreferenced function argumentsvolth2018-07-211-1/+1
* lispPackages: remove trailing colon from {NIX_LISP_,}LD_LIBRARY_PATHMichael Raskin2018-02-251-1/+1
* lispPackages.clwrapper: patching the second shebang, because source builtin i...Michael Raskin2018-02-171-1/+1
* lispPackages.clwrapper: use bash as the wrapper shell to make sure arays are ...Michael Raskin2018-02-172-3/+3
* lispPackages.clwrapper: Fix a typo in dynamic-library-hackMichael Raskin2018-02-011-1/+1
* lispPackages.clwrapper: recognise CCL in setup-hookMichael Raskin2018-02-011-0/+2
* lispPackages.clwrapper: build helper; saving dynamic library search path from...Michael Raskin2018-01-291-0/+27
* treewide: Don't use envHook anymoreJohn Ericson2017-12-301-1/+1
* lispPackages: A less aggressive way to manipulate ASDF search path, as sugges...Michael Raskin2017-11-221-2/+6
* lispPackages.clwrapper: make sure to patch shebangs in the scripts before usi...Michael Raskin2017-11-041-0/+1
* compile uiop/version with uiop, seems needed for monolithic bundles in some c...Michael Raskin2017-04-161-0/+1
* lispPackages: load precompiled asdf; support more implementationsMichael Raskin2017-04-102-4/+33
* quicklispPackages: update to fresh QuickLispMichael Raskin2017-04-064-21/+20
* quicklispPackages, lispPackages: make all system-loads pass with precompilationMichael Raskin2017-04-012-2/+8
* clwrapper, buildLispPackage: compile fasls and store them for all systemsMichael Raskin2017-03-312-2/+15
* lispPackages.clwrapper: fix array expansion to produce no arguments when emptyMichael Raskin2017-03-311-1/+1
* clwrapper: setup-hook: correctly handle multiple additions to registryMichael Raskin2017-03-301-1/+1
* clwrapper: better support for ensuring noninteractive executionMichael Raskin2017-03-302-3/+17
* lispPackages.clwrapper: allow to replace the code to load ASDFMichael Raskin2017-03-291-1/+1
* clwrapper: build-with-lisp.sh: asdf/image package is now uiop/imageMichael Raskin2016-09-261-1/+1
* quicklisp (lispPackages.quicklisp): initMichael Raskin2016-03-252-1/+4
* Do not default to SBCL for wrapped non-SBCL lisp implementationMichael Raskin2016-03-252-2/+2
* Add default for ASDF in clwrapperMichael Raskin2015-04-142-1/+3
* Update argument list after image restoreon SBCLMichael Raskin2014-11-161-0/+1
* Fix SBCL binary building with saved library pathMichael Raskin2014-11-161-22/+28
* Fix CLisp support in executable buildingMichael Raskin2014-11-151-3/+2
* Install the builder scriptMichael Raskin2014-11-151-0/+1
* Add support for creation of executables with SBCL — hacks are for shared li...Michael Raskin2014-11-151-0/+61
* Merge branch 'master' into stagingVladimír Čunát2014-11-141-0/+3
|\
| * Make LD_LIBRARY_PATH available during build like during later usageMichael Raskin2014-11-131-0/+3
| * Fix envHooks setting: don't kill previous hooksMichael Raskin2014-11-121-1/+1
* | Cleanup: Use += to append to envHooksEelco Dolstra2014-08-091-1/+1
|/
* preferLocalBuild: set to true for wrappers and fetchersVladimír Čunát2014-02-101-0/+2
* A few hooks for easier library handling when CFFI is usedMichael Raskin2013-10-291-1/+7
* Adding a Common Lisp wrapper.Michael Raskin2013-10-134-0/+108