Commit Graph

5 Commits

Author SHA1 Message Date
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
b43c292077 lisp-modules: detect circular dependencies during quicklisp import
Quicklisp's October 2024 release had such a problem between the new packages qvm
and cl-quil. It caused an issue with the "nixpkgs-review" tool because the Nix
interpreter was stopping with an error due to too much recursion.
2024-12-07 02:46:47 +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
0d84933bfe sbcl.pkgs: update to Quicklisp dist from June 2023 2023-07-14 21:37:56 +02: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