Commit Graph

238 Commits

Author SHA1 Message Date
github-actions[bot]
017d32f216
Merge master into staging-next 2021-11-28 18:00:57 +00:00
Daniel Nagy
c80cb3ca81
lispPackages: add cl-shellwords 2021-11-28 13:49:59 +01:00
Victor Engmark
57b496ea98 misc: Replace tab indentation with spaces
I've tried to be consistent, using four or eight spaces to line up
with existing code.
2021-11-14 16:04:46 +13:00
xaverdh
03a257e5a3
treewide: quote urls according to rfc 0045 (#145260)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-11-10 11:37:56 +01:00
Michael Raskin
9679be6d87
Merge pull request #142445 from nuddyco/quicklisp-2021-10-21
quicklisp: 2021-08-07 -> 2021-10-21
2021-10-21 09:22:56 +00:00
Daniel Nagy
c82af6b2a9
lispPackages.hunchensocket: init at 20180711-git (#139905) 2021-10-21 09:20:56 +00:00
Luke Gorrie
47e8e39791 quicklisp: 2021-08-07 -> 2021-10-21
Add patch on UAX-15 to fix missing dependency in ASDF system.

Remove patch on ESRAP that are obsoleted by upstream fix.
2021-10-21 08:16:17 +02:00
Luke Gorrie
4f9ca7c565
Common lisp update (#142209)
quicklisp: 2021-02-13 -> 2021-08-07
lispPackages: regenerate from fresher Quicklisp
sbcl: 2.1.2 -> 2.1.9 (switch default version)
lispPackages.mgl, lispPackages.mgl-mat: init
lispPackages.iolib: suppress network-reliant tests
lispPackages.esrap: apply upstream SBCL 2.1.9 compatibility patch

Removed packages caveman and clack-v1-compat that are removed.

Added more packages from Quicklisp.

* lisp-modules/shell.nix: Add openblas for MGL

* lisp-modules: Update README.txt

Mention that shell.nix needs to be updated when adding packages that
have external dependencies during package analysis, e.g. package :LLA that specifically wants to load libblas.so at compile-time.

* lisp-modules/define-package.nix: Fix package path deduplication

The deduplication of NIX_LISP_ASDF_PATHS was not working, apparently
due to a shell quoting bug causing the sort/uniq pipeline to run at
the wrong time. This is now deduplicated in a separate step.

This fixes a series problem where environments with many Lisp packages
would exhasut the available environment space on Linux, causing
obscure "too many arguments" error messages from the shell, because
the NIX_LISP_ASDF_PATHS list was bloated with ~90% duplicates.

Co-authored-by: Luke Gorrie <luke@nuddy.co>
2021-10-20 14:30:31 +00:00
Daniel Nagy
fec3f49bfe
lispPackages: add varjo package and dependencies 2021-09-06 22:12:45 +02:00
Daniel Nagy
7a6bddc19d
lispPackages: sort quicklisp packages alphabetically 2021-09-06 22:10:51 +02:00
Kasper Gałkowski
024414f501 lisp-modules: use lib.makeSearchPath in shell.nix 2021-08-16 22:12:57 +02:00
Felix Buehler
ea1d43b12f cl-wrapper-script: deprecate phases 2021-08-08 12:38:41 +02:00
Bastien Rivière
8147b87980
fix editorconfig 2021-05-25 19:21:51 +02:00
Bastien Rivière
5937dcdf36
lispPackages: fix darwin builds 2021-05-25 19:17:43 +02:00
remedialchaos
2557094202
nyxt: v2_pre-release-7 -> 2.0.0 (#124024) 2021-05-22 15:32:47 -04:00
Nathan Ringo
813b889fbb lispPackages: add --pure to README 2021-05-18 17:59:15 -05:00
Nathan Ringo
d00a9f089b lispPackages.generic-cl: init from Quicklisp,
lispPackages.trivial-arguments: init from Quicklisp,
quicklispPackages: regenerate
2021-05-18 17:51:55 -05:00
Michael Raskin
3fde66cd0c lispPackages.quicklisp: distinfo 2021-02-28 -> 2021-04-11,
quicklispPackages: regenerate,
lispPackages.nyxt: 2021-03-27 -> 2021-05-06, use upstream Makefile
2021-05-10 18:17:21 +02:00
Michael Raskin
331bfb7e2b quick-lisp-to-nix: change template to use more double-quotes 2021-03-28 23:55:54 +02:00
Michael Raskin
be2cb07963 nyxt: 2020-10-23 -> 2021-03-27 2021-03-28 23:47:25 +02:00
Michael Raskin
3f6be2ae8f quicklispPackages: give names to all somewhat-working versions 2021-03-28 18:34:29 +02:00
Michael Raskin
85b6efff7c quicklispPackages: improve non-SBCL support 2021-03-28 18:19:29 +02:00
Michael Raskin
850862ffac lispPackages: pass lib explicitly 2021-03-28 16:41:37 +02:00
Michael Raskin
fad53e2961 quicklispPackages: regenerate 2021-03-28 14:57:54 +02:00
Michael Raskin
e96cae7e3c quicklisp-to-nix: ban serapeum/docs due to weird issues 2021-03-28 14:57:05 +02:00
Michael Raskin
1331b90c9b lispPackages.quicklisp: 2019-02-16 -> 2021-02-13, dist info 2020-10-16 -> 2021-02-28 2021-03-28 14:55:57 +02:00
Samuel Gräfenstein
052c06bf05
lisp-modules/*: gdk_pixbuf -> gdk-pixbuf
Fix building with `config.allowAliases = false;`.
2021-03-17 00:00:17 +01:00
Ben Siraphob
36c91cea1d treewide: stdenv.lib -> lib 2021-01-27 13:08:40 +07:00
volth
bc0d605cf1 treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-24 19:56:59 +07:00
Ben Siraphob
8dd78bb4fb treewide: fix double quoted strings in meta.description 2021-01-16 11:29:30 +07:00
Michael White
d405d89727 lisp-packages: Fix whitespace
Replace a tab with spaces to fix a failing EditorConfig check.
2021-01-11 18:44:47 -07:00
Michael White
02f9353c90 clfswm: Add fresh CLFSWM built via lisp-packages, based on StumpWM 2021-01-11 17:19:05 -07:00
Michael Raskin
665597f50b lispPackages: add some more, mainly from Quicklisp top 100 2020-10-25 18:32:33 +01:00
Michael Raskin
4d73ca7b48 lispPackages.nyxt: build a binary 2020-10-25 01:30:44 +02:00
Michael Raskin
619173b237 lispPackages.nyxt: init, based on code from bqv 2020-10-24 23:24:50 +02:00
Michael Raskin
d4f98f24cb lispPackages.cluffer: init (package from bqv) 2020-10-24 23:04:20 +02:00
Michael Raskin
26a0533979 lispPackages: more Nyxt deps 2020-10-24 22:23:58 +02:00
Michael Raskin
6c76bc2949 lispPackages.cl-webkit2: init 2020-10-24 20:31:59 +02:00
Michael Raskin
d97a71865e lispPackages: more Nyxt deps 2020-10-24 20:14:01 +02:00
Michael Raskin
588501bcb2 lispPackages: more stuff 2020-10-24 18:36:09 +02:00
Michael Raskin
c4c06f5989
pkgs/development/lisp-modules/README.txt : typo fix
Co-authored-by: Masanori Ogino <167209+omasanori@users.noreply.github.com>
2020-10-24 11:53:43 +00:00
Michael Raskin
435b144ca8 lispPackages.cl-paths-ttf: readd, previously was a dependency of clx-truetype 2020-10-24 13:27:56 +02:00
Michael Raskin
da2a4ce7f4 lispPackages.dbi: break test-only dependency loops 2020-10-24 13:25:53 +02:00
Michael Raskin
a84b759e99 lispPackages.uiop: drop obsolete uiop/version reference 2020-10-24 13:05:11 +02:00
Michael Raskin
a8d38f8f07 quicklispPackages: regenerate 2020-10-24 12:53:25 +02:00
Michael Raskin
1ced8347aa lispPackages.clx-truetype: define manually as Quicklisp dropped it after upstream disappeared 2020-10-24 12:15:16 +02:00
Michael Raskin
43bb7ae8ca quicklisp-to-nix: README: Mention caches 2020-10-24 11:43:31 +02:00
Michael Raskin
f9b03920fc quicklisp-to-nix: preload some implementation-provided dependencies 2020-10-24 11:42:33 +02:00
Michael Raskin
82a6ddb0c1 lispPackages.quicklisp: update shell script to avoid RO FS with new caching behaviour 2020-10-24 11:30:52 +02:00
Michael Raskin
2c9c237873 quicklisp: update distinfo 2019-12-27 -> 2020-10-16 2020-10-24 10:32:58 +02:00