about summary refs log tree commit diff
path: root/pkgs/development/lisp-modules
Commit message (Collapse)AuthorAge
* treewide: fix double quoted strings in meta.descriptionBen Siraphob2021-01-16
|
* lisp-packages: Fix whitespaceMichael White2021-01-11
| | | | Replace a tab with spaces to fix a failing EditorConfig check.
* clfswm: Add fresh CLFSWM built via lisp-packages, based on StumpWMMichael White2021-01-11
|
* lispPackages: add some more, mainly from Quicklisp top 100Michael Raskin2020-10-25
|
* lispPackages.nyxt: build a binaryMichael Raskin2020-10-25
|
* lispPackages.nyxt: init, based on code from bqvMichael Raskin2020-10-24
|
* lispPackages.cluffer: init (package from bqv)Michael Raskin2020-10-24
|
* lispPackages: more Nyxt depsMichael Raskin2020-10-24
|
* lispPackages.cl-webkit2: initMichael Raskin2020-10-24
|
* lispPackages: more Nyxt depsMichael Raskin2020-10-24
|
* lispPackages: more stuffMichael Raskin2020-10-24
|
* pkgs/development/lisp-modules/README.txt : typo fixMichael Raskin2020-10-24
| | | Co-authored-by: Masanori Ogino <167209+omasanori@users.noreply.github.com>
* lispPackages.cl-paths-ttf: readd, previously was a dependency of clx-truetypeMichael Raskin2020-10-24
|
* lispPackages.dbi: break test-only dependency loopsMichael Raskin2020-10-24
|
* lispPackages.uiop: drop obsolete uiop/version referenceMichael Raskin2020-10-24
|
* quicklispPackages: regenerateMichael Raskin2020-10-24
|
* lispPackages.clx-truetype: define manually as Quicklisp dropped it after ↵Michael Raskin2020-10-24
| | | | upstream disappeared
* quicklisp-to-nix: README: Mention cachesMichael Raskin2020-10-24
|
* quicklisp-to-nix: preload some implementation-provided dependenciesMichael Raskin2020-10-24
|
* lispPackages.quicklisp: update shell script to avoid RO FS with new caching ↵Michael Raskin2020-10-24
| | | | behaviour
* quicklisp: update distinfo 2019-12-27 -> 2020-10-16Michael Raskin2020-10-24
|
* Merge pull request #94996 from zowoq/darcs-contextMichael Raskin2020-08-10
|\ | | | | lisp-modules/iterate.darcs-context: delete
| * lisp-modules/iterate.darcs-context: deletezowoq2020-08-09
| |
* | asdf: don't restrict to linux, since darwin works tooSteve Purcell2020-08-08
|/
* lisp-modules: fix missing && after test commandRamzi Ben Yahya2020-05-04
|
* lispPackages: update distinfoysengrimm2020-03-15
|
* quicklisp: 2017-03-06 -> 2019-02-16ysengrimm2020-03-15
|
* asdf: 3.3.3 -> 3.3.4R. RyanTM2020-02-19
|
* lispPackages.cl-store: fix buildMichael Raskin2020-02-04
|
* lispPackages: add serapeumTaylor Viti2020-01-20
| | | | | | | | Adds common-lisp package serapeum (a dependency for Next browser as of Next v1.4.0), using the quicklisp-to-nix mechanism. src is overridden and pinned to 65837f8 to deal with https://github.com/ruricolist/serapeum/issues/42
* Merge remote-tracking branch 'upstream/master' into wrapper-pname-supportJohn Ericson2019-11-24
|\
| * lispPackages: fix buildMichael Raskin2019-11-22
| |
| * lispPackages.clwrapper: NIX_LISP_LD_LIBRARY_PATH might be undefinedJohn Ericson2019-11-08
| |
| * lispPackages: add cl-prevalence and cl-hooksAntoine Eiche2019-10-10
| |
| * lispPackages.cl-mysql: fix buildJoachim Fasting2019-10-05
| | | | | | | | For [ZHF](https://github.com/NixOS/nixpkgs/issues/68361)
| * A band-aid workaround for 68384. The situation should not be possible, not ↵Michael Raskin2019-09-30
| | | | | | | | clear whether there is a missed detail about ASDF or SBCL
| * Merge branch 'master' into staging-nextVladimír Čunát2019-09-24
| |\
| | * lispPackages: add 11 packagesAntoine Eiche2019-09-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following packages has been added: - cl-css - dbus - log4cl - mk-string-metrics - prove-asdf - sqlite - str - swank - trivia - trivial-clipboard - unix-opts
| | * lispPackages.iolib: patch lisp files to use the libfixposix libraryAntoine Eiche2019-09-11
| | |
| * | Re-Revert "Merge branch 'staging-next'"Vladimír Čunát2019-09-22
| | | | | | | | | | | | This reverts commit f8a8fc6c7c079de430fa528f688ddac781bcef16.
| * | Revert "Merge branch 'staging-next'"Vladimír Čunát2019-09-21
| | | | | | | | | | | | | | | | | | | | | This reverts commit 41af38f3728bd64b80721c44ed1fb019978cbc1b, reversing changes made to f0fec244ca380b9d3e617ee7b419c59758c8b0f1. Let's delay this. We have some serious regressions.
| * | treewide: replace mysql.connector-c to libmysqlclientIzorkin2019-09-09
| |/
* / treewide: Get rid of most `parseDrvName` without breaking compatJohn Ericson2019-11-24
|/ | | | | That is because this commit should be merged to both master and release-19.09.
* treewide: remove redundant recvolth2019-08-28
|
* Merge master into staging-nextFrederik Rietdijk2019-08-27
|\
| * lispPackages: update to Quicklisp release 2019-07-11Michael Raskin2019-08-25
| | | | | | | | | | | | | | Fixes: Survive empty ASDF description (UIOP) Patch "split-sequence" that misses :serial
* | treewide: name -> pname (easy cases) (#66585)volth2019-08-15
|/ | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* Use if instead of && for deciding whether to run a commandBrad Jensen2019-07-24
| | | | | | | | | | | The only difference between these forms is the return value when "$NIX_LISP_SKIP_CODE" is the empty string. In the original formulation, the script would return a false exit status. In the new formulation, it will return a true exit status. Its useful to be able to source cl-wrapper.sh (to get the variables it establishes), and its a bit annoying that sourcing it with NIX_LISP_SKIP_CODE=1 results in a false exit status.
* Resolve symlinks before trying to recognize a lisp implementationBrad Jensen2019-07-24
| | | | | | | | | The CCL package installs a symlink named "ccl" that points at the actual implementation executable: lx86cl64 (or lx86cl for 32 bit). When clwrapper is used with CCL as the backing implementation, this script fails to recognize the implementation. By resolving the symlink, we are able to recognize which implementation we're actually working with.
* asdf: 3.3.2 -> 3.3.3R. RyanTM2019-07-14
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/asdf/versions