summary refs log tree commit diff
path: root/pkgs/development/lisp-modules/quicklisp-to-nix-output/cffi.nix
Commit message (Collapse)AuthorAge
* quick-lisp-to-nix: change template to use more double-quotesMichael Raskin2021-03-28
|
* quicklispPackages: regenerateMichael Raskin2021-03-28
|
* treewide: fix double quoted strings in meta.descriptionvolth2021-01-24
| | | | Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
* quicklispPackages: regenerateMichael Raskin2020-10-24
|
* lispPackages: add cl-prevalence and cl-hooksAntoine Eiche2019-10-10
|
* treewide: remove redundant recvolth2019-08-28
|
* lispPackages: update to Quicklisp release 2019-07-11Michael Raskin2019-08-25
| | | | | | | Fixes: Survive empty ASDF description (UIOP) Patch "split-sequence" that misses :serial
* lispPackages.quicklisp.quicklispdist: 2018-08-31 -> 2019-01-07Michael Raskin2019-01-31
|
* lispPackages.quicklisp: 2018-01-31 -> 2018-04-30; regenerate packagesMichael Raskin2018-05-30
|
* Regenerate quicklisp-to-nixBrad Jensen2017-08-31
| | | | Note: Changes to overrides were necessary
* Add some new packages and regenerate quicklisp-to-nixBrad Jensen2017-08-01
|
* quicklispPackages: updateMichael Raskin2017-06-21
| | | | | | | | | Escape things by default in derivation names (i.e. digit cannot be the first character etc.) Update Quicklisp (tracking upstream); list new missing dependencies Add some minimal README about ql-to-nix
* quicklispPackages: update to fresh QuickLispMichael Raskin2017-04-06
| | | | lispPackages: reduce environment-bombing
* quicklispPackages, lispPackages: make all system-loads pass with precompilationMichael Raskin2017-04-01
|
* clwrapper, buildLispPackage: compile fasls and store them for all systemsMichael Raskin2017-03-31
|
* quicklispPackages: add a basic set of packages, make sure that ↵Michael Raskin2017-03-30
| | | | quicklispPackages_asdf_3_1 can be built completely
* quicklispPackages: initMichael Raskin2017-03-29
The idea is to have an almost-automatic conversion from QuickLisp, the definitive Common Lisp package repository, to Nix. The benefit over just using lispPackages.quicklisp is automatic installation of non-Lisp dependencies from NixPkgs (and integration with Nix package management). The benefit over lispPackages for normal Lisp packages is packaging just a snapshot of QuickLisp which is known to be tested for version compatibility between libraries. There are some packages in lispPackages that are not from QuickLisp (for example, the installable wrapper of QuickLisp itself). My hope is to replace the rest with the expressions converted from QuickLisp. Note that the current commit is a mere addition.