Commit Graph

16 Commits

Author SHA1 Message Date
7c6f434c
1314186018 lispPackages: update from quickisp-2026-01-01 2026-01-28 03:03:18 +01:00
Alexander Ben Nasrallah
ca7d34e71b lisp-modules: Fetch systems over HTTPS
quicklisp does not support TLS (https://github.com/quicklisp/quicklisp-client/issues/167)
and therefore lists release with http in release.txt.

Since nixpkgs uses `fetchzip` we can change the source to be fetched
over HTTPS.
2025-07-23 22:18:24 +02:00
Kasper Gałkowski
6b3a446632 lisp-modules: import quicklisp dist 2025-06-22
State after import: 646 out of 4717 packages fail to build.

Added release note.
2025-07-13 21:11:12 +02:00
Peder Bergebakken Sundt
97262ee871 treewide: replace stdenv.is with stdenv.hostPlatform.is 2025-06-04 19:01:03 +02:00
usertam
41dadef9f2 sbclPackages.{cl-freeimage,clinch-freeimage}: mark broken on darwin 2025-03-19 03:07:10 +08:00
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
Kasper Gałkowski
1d2124626c lisp-modules: skip broken systems that don't evaluate from import
cl-quil and qvm are bugged on quicklisp 2024-10-12
2024-10-21 01:17:59 +02:00
Kasper Gałkowski
b8b20ae951 lisp-modules: import quicklisp dist 2024-10-12 2024-10-20 02:41:09 +02:00
Kasper Gałkowski
af973aaa01 lisp-modules: update imported packages to October 2023 Quicklisp release 2024-06-22 18:01:27 +02:00
Kasper Gałkowski
0d84933bfe sbcl.pkgs: update to Quicklisp dist from June 2023 2023-07-14 21:37:56 +02:00
Luke Gorrie
0afe48b332 lisp-modules.mcclim: fix build failure
Introduce out-of-tree fixes to McCLIM build from
https://github.com/Uthar/nix-cl/issues/32
2023-04-14 13:26:02 +02:00
Kasper Gałkowski
44b62979c7 lisp-modules: reduce number of packages build on Hydra 2023-04-05 17:11:55 +02:00
Kasper Gałkowski
653ba45834 sbclPackages.math: fix build
There was a compile-time pathname into the home directory. It was patched to be
a function that works on run-time.
2023-03-10 20:13:54 +01:00
Kasper Gałkowski
a0bdaf345b lisp-modules: replace "_" in package names with "__" for reversibility 2023-03-10 20:10:39 +01:00
Kasper Gałkowski
5f2e4cf4be sbclPackages.hu_dot_dwim_dot_graphviz: fix build
hu.dwim.graphviz didn't build because of lack of graphiz in nativeLibs
2023-03-02 19:04:47 +01:00
Kasper Gałkowski
9e860e41eb lisp-modules: init
From https://github.com/Uthar/nix-cl
Commit ebeb76057abf01029067f1ebe0ae6fae90848bfe
2023-03-02 19:04:47 +01:00