about summary refs log tree commit diff
path: root/pkgs/development/lisp-modules/packages.nix
AgeCommit message (Collapse)AuthorFilesLines
2023-12-13sbclPackages.nasdf: deprecateVonfry1-11/+0
2023-12-13nyxt: 3.9.0 -> 3.10.0Vonfry1-8/+32
2023-12-13sbclPackages.nkeymaps: 1.1.0 -> 1.1.1Vonfry1-2/+2
2023-12-13sbclPackages.nsymbols: 0.3.1 -> 0.3.2Vonfry1-4/+4
2023-12-13sbclPackages.prompter: 0.1.0 -> 0.1.1Vonfry1-4/+4
2023-12-13sbclPackages.njson: 1.1.0 -> 1.2.2Vonfry1-5/+5
2023-12-13sbclPackages.nhooks: 1.2.1 -> 1.2.2Vonfry1-4/+4
2023-12-13sbclPackages.nfiles: 20230705-git -> 1.1.4Vonfry1-5/+4
2023-12-13sbclPackages.nclasses: 0.6.0 -> 0.6.1Vonfry1-5/+5
2023-12-13sbclPackages.history-tree: 0.1.1 -> 0.1.2Vonfry1-3/+2
2023-12-13sbclPackages.cl-colors2_0_5_4: update src urlVonfry1-2/+2
2023-11-24sbclPackages.cl-environments: fix buildSilvan Mosberger1-0/+11
2023-10-21sbclPackages.nyxt: 3.7.0 -> 3.9.0Vonfry1-3/+3
2023-10-21sbclPackages.history-tree: 20230214-git -> 0.1.1Vonfry1-5/+7
2023-10-21sbclPackages.nkeymaps: 20230214-git -> 1.1.0Vonfry1-6/+9
2023-10-01cffi-libffi: use ffi.h patch for darwinSteve Purcell1-1/+2
This patch was in lisp-modules-new-obsolete, but not applied here. Without it, cffi-libffi fails to build on darwin.
2023-10-01cl-duckdb: fix build for duckdb 0.9Steve Purcell1-8/+43
2023-09-12Merge pull request #254586 from dariof4/nyxt-3.7.07c6f434c1-21/+29
nyxt: 3.6.0 -> 3.7.0
2023-09-11nyxt: 3.6.0 -> 3.7.0dariof41-21/+29
Release notes since 3.6.0: https://nyxt.atlas.engineer/article/release-3.7.0.org https://nyxt.atlas.engineer/article/release-3.6.1.org
2023-09-04lisp-modules: drop qt4 stuffajs1241-82/+0
2023-08-18nyxt: 3.5.0 -> 3.6.0dariof41-8/+9
release notes: https://nyxt.atlas.engineer/article/release-3.6.0.org
2023-08-14treewide: `overrideScope'` -> `overrideScope`Artturin1-1/+1
`lib.makeScope` `overrideScope'` has been renamed to `overrideScope` `fd --type f | xargs sd --string-mode "overrideScope'" "overrideScope"`
2023-08-09sbcl.pkgs.nsb-cga: add missing dependency on sb-cgaKasper Gałkowski1-0/+16
2023-07-26nyxt: 3.4.0 -> 3.5.0dariof41-16/+20
Also updated nclasses and nhooks (Nyxt dependecies) and tweaked the build to fix https://github.com/atlas-engineer/nyxt/issues/3075#issuecomment-1649680175. release notes: https://nyxt.atlas.engineer/article/release-3.5.0.org
2023-07-15nyxt: 3.3.0 -> 3.4.0dariof41-11/+11
This also updates a few dependecies of nyxt which were updated in the nyxt's upstreams submodules. Release notes: https://nyxt.atlas.engineer/article/release-3.4.0.org
2023-07-15lisp-modules: unpin nyxt's quri dependecydariof41-15/+3
Since quri is now up-to date in quicklisp's repository there's no longer a need to have the pinned version attribute for nyxt.
2023-07-15lisp-modules: remove version name from nyxt dependeciesdariof41-22/+22
Since nyxt's internal dependecies are no longer on quicklisp there's no reason to keep the version number in their attribute name (nasdf-unstable has also been renamed since it is also no longer on quicklistp).
2023-07-14cl-gtk4.webkit2: mark as brokenKasper Gałkowski1-0/+2
Doesn't work with the new webkitgtk_6_0
2023-07-14sbcl.pkgs: use Quicklisp versions of tar and tar-fileKasper Gałkowski1-54/+0
Out-of-quicklisp version that was manually specified in packages.nix stopped building after Quicklisp dist bump, because of a change in one of its dependencies. Switching to using the one imported straight from Quicklisp, in imported.nix. See https://github.com/NixOS/nixpkgs/pull/238790#issuecomment-1622040328
2023-07-14sbcl.pkgs: update to Quicklisp dist from June 2023Kasper Gałkowski1-13/+54
2023-07-05nyxt: 3.1.0 -> 3.3.0Anomalocaridid1-8/+8
2023-06-10nyxt: 2.2.4 -> 3.1.0dariof41-15/+75
`WEBKIT_FORCE_SANDBOX=0` is no longer needed since web extension support has been diabled by default. ref: https://github.com/atlas-engineer/nyxt/pull/2897 Release notes: https://nyxt.atlas.engineer/article/release-3.0.0.org https://github.com/atlas-engineer/nyxt/releases/tag/3.1.0
2023-06-10lisp-modules.nyxt-gtk: use gi-gtk system instead of gtk systemdariof41-1/+2
Package :nyxt/gi-gtk-application instead of :nyxt/gtk-application. ref: https://github.com/NixOS/nixpkgs/issues/217888#issuecomment-1562523130
2023-06-10lisp-modules.prompter: init at 0.1.0dariof41-0/+26
Promter was an internal part of nyxt that was split off as it's own external library in nyxt 3.0.0.
2023-06-10lisp-modules: add updated lispLibs for nyxtdariof41-0/+107
Adds various updated lisp packages that are needed to update nyxt to 3.1.0.
2023-05-29Merge pull request #232913 from Uthar/stumpwm-fixes2Ilan Joselevich1-2/+18
stumpwm: fix package conflict and HOME errors when loading modules
2023-05-23stumpwm-unwrapped: initKasper Gałkowski1-0/+2
2023-05-20stumpwm: Fix package conflict and HOME errors when loading modulesKasper Gałkowski1-2/+16
2023-05-16lisp-modules.facts: use backup urlDaniel Nagy1-2/+2
Upstream has vanished. We are pointing `src` to the backup of quicklisp.
2023-04-27lisp-modules.kons-9: init from trunkLuke Gorrie1-0/+17
2023-04-18treewide: fix lintsArtturin1-2/+2
Arg to lib.optional is a list build time tool in buildInputs *Flags not a list https://github.com/nix-community/nixpkgs-lint
2023-04-17Merge pull request #226149 from lukego/mcclim7c6f434c1-0/+12
lisp-modules: add polyclot & fix mcclim
2023-04-14lisp-modules.polyclot: init from trunkLuke Gorrie1-0/+12
Polyclot is a McCLIM-based "Grammar of Graphics" plotting library. This package is not yet in Quicklisp.
2023-04-13Merge pull request #225873 from lukego/cl-duckdb7c6f434c1-0/+29
lisp-modules.duckdb: init
2023-04-12lisp-modules: avoid the replaced pkgs.webkitgtk_5_0Vladimír Čunát1-2/+2
I don't know if it really works, but this way it at least evaluates https://hydra.nixos.org/build/215504769/nixlog/1/tail
2023-04-12lisp-modules.duckdb: initLuke Gorrie1-0/+29
Add cl-duckdb, the Common Lisp binding to duckdb. This package is not yet included in Quicklisp. Includes the test and benchmark suites and their modest dependencies. Both execute successfully on sbcl/x86_64-linux.
2023-03-02sbclPackages.cl-gtk4: update to tip of trunkKasper Gałkowski1-8/+36
Makes latest examples from upstream work
2023-03-02lisp-modules: make spec.flags a list of stringsKasper Gałkowski1-1/+1
2023-03-02nyxt: fix after major changes to lisp-modulesKasper Gałkowski1-1/+2
2023-03-02stumpwm: fix after major changes to lisp-modulesKasper Gałkowski1-0/+24