summary refs log tree commit diff
path: root/pkgs/development/lisp-modules/clwrapper
AgeCommit message (Expand)AuthorFilesLines
2021-08-08cl-wrapper-script: deprecate phasesFelix Buehler1-1/+1
2021-05-25fix editorconfigBastien Rivière1-1/+1
2021-05-25lispPackages: fix darwin buildsBastien Rivière1-3/+3
2021-01-27treewide: stdenv.lib -> libBen Siraphob1-2/+2
2021-01-16treewide: fix double quoted strings in meta.descriptionBen Siraphob1-1/+1
2020-10-25lispPackages.nyxt: build a binaryMichael Raskin1-2/+6
2019-11-22lispPackages: fix buildMichael Raskin2-3/+4
2019-11-08lispPackages.clwrapper: NIX_LISP_LD_LIBRARY_PATH might be undefinedJohn Ericson1-1/+1
2019-07-24Use if instead of && for deciding whether to run a commandBrad Jensen1-5/+7
2019-07-24Resolve symlinks before trying to recognize a lisp implementationBrad Jensen1-1/+6
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-02-25lispPackages: remove trailing colon from {NIX_LISP_,}LD_LIBRARY_PATHMichael Raskin1-1/+1
2018-02-17lispPackages.clwrapper: patching the second shebang, because source builtin i...Michael Raskin1-1/+1
2018-02-17lispPackages.clwrapper: use bash as the wrapper shell to make sure arays are ...Michael Raskin2-3/+3
2018-02-01lispPackages.clwrapper: Fix a typo in dynamic-library-hackMichael Raskin1-1/+1
2018-02-01lispPackages.clwrapper: recognise CCL in setup-hookMichael Raskin1-0/+2
2018-01-29lispPackages.clwrapper: build helper; saving dynamic library search path from...Michael Raskin1-0/+27
2017-12-30treewide: Don't use envHook anymoreJohn Ericson1-1/+1
2017-11-22lispPackages: A less aggressive way to manipulate ASDF search path, as sugges...Michael Raskin1-2/+6
2017-11-04lispPackages.clwrapper: make sure to patch shebangs in the scripts before usi...Michael Raskin1-0/+1
2017-04-16compile uiop/version with uiop, seems needed for monolithic bundles in some c...Michael Raskin1-0/+1
2017-04-10lispPackages: load precompiled asdf; support more implementationsMichael Raskin2-4/+33
2017-04-06quicklispPackages: update to fresh QuickLispMichael Raskin4-21/+20
2017-04-01quicklispPackages, lispPackages: make all system-loads pass with precompilationMichael Raskin2-2/+8
2017-03-31clwrapper, buildLispPackage: compile fasls and store them for all systemsMichael Raskin2-2/+15
2017-03-31lispPackages.clwrapper: fix array expansion to produce no arguments when emptyMichael Raskin1-1/+1
2017-03-30clwrapper: setup-hook: correctly handle multiple additions to registryMichael Raskin1-1/+1
2017-03-30clwrapper: better support for ensuring noninteractive executionMichael Raskin2-3/+17
2017-03-29lispPackages.clwrapper: allow to replace the code to load ASDFMichael Raskin1-1/+1
2016-09-26clwrapper: build-with-lisp.sh: asdf/image package is now uiop/imageMichael Raskin1-1/+1
2016-03-25quicklisp (lispPackages.quicklisp): initMichael Raskin2-1/+4
2016-03-25Do not default to SBCL for wrapped non-SBCL lisp implementationMichael Raskin2-2/+2
2015-04-14Add default for ASDF in clwrapperMichael Raskin2-1/+3
2014-11-16Update argument list after image restoreon SBCLMichael Raskin1-0/+1
2014-11-16Fix SBCL binary building with saved library pathMichael Raskin1-22/+28
2014-11-15Fix CLisp support in executable buildingMichael Raskin1-3/+2
2014-11-15Install the builder scriptMichael Raskin1-0/+1
2014-11-15Add support for creation of executables with SBCL — hacks are for shared li...Michael Raskin1-0/+61
2014-11-14Merge branch 'master' into stagingVladimír Čunát1-0/+3
2014-11-13Make LD_LIBRARY_PATH available during build like during later usageMichael Raskin1-0/+3
2014-11-12Fix envHooks setting: don't kill previous hooksMichael Raskin1-1/+1
2014-08-09Cleanup: Use += to append to envHooksEelco Dolstra1-1/+1
2014-02-10preferLocalBuild: set to true for wrappers and fetchersVladimír Čunát1-0/+2
2013-10-29A few hooks for easier library handling when CFFI is usedMichael Raskin1-1/+7
2013-10-13Adding a Common Lisp wrapper.Michael Raskin4-0/+108