diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-03-12 22:47:38 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-03-12 23:27:27 +0000 |
| commit | c8f6f78e563bef8f647782ad718019f49042ab51 (patch) | |
| tree | f386296e181dd05aaa71df5f14dc33b872acf751 /gnu | |
| parent | 9ee78c67962b37575c645a5b0b36f83e0d4f41e9 (diff) | |
gnu: cl-radiance: Update to 2.1.2-4.8249b00.
* gnu/packages/lisp-xyz.scm (sbcl-radiance): Update to
8249b00388ffe1c7e516a148c8ea8e7d9bc4243c commit.
[source, home-page]: Project has been mibrated to CodeBerg.
[phases]{disable-quicklisp}: Remove phase.
Change-Id: Ifd7790664c214dc181152c5648d79c0fdc3605d3
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/lisp-xyz.scm | 28 |
1 files changed, 8 insertions, 20 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index aa06349d07a..4e60bebb8c8 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -27640,8 +27640,8 @@ Lisp. It is intended to be a replacement of PURI.") (sbcl-package->ecl-package sbcl-quri)) (define-public sbcl-radiance - (let ((commit "8d826c7fe1935338565580931db43f46181e0e85") - (revision "3")) + (let ((commit "8249b00388ffe1c7e516a148c8ea8e7d9bc4243c") + (revision "4")) (package (name "sbcl-radiance") (version (git-version "2.1.2" revision commit)) @@ -27649,26 +27649,14 @@ Lisp. It is intended to be a replacement of PURI.") (origin (method git-fetch) (uri (git-reference - (url "https://github.com/Shirakumo/radiance") - (commit commit))) + (url "https://codeberg.org/shirakumo/radiance") + (commit commit))) (file-name (git-file-name "radiance" version)) (sha256 - (base32 "1j823dgp87www0sjbcbv9j025bfxlkwhjd7kz6635mrqwmmlki4l")))) + (base32 "1kl1936kzv1j2fmnm6n3nq503bxz38zzymwbwq3vhqa0jsqjwynm")))) (build-system asdf-build-system/sbcl) (arguments - `(#:tests? #f ; TODO: The tests require some configuration. - #:phases - (modify-phases %standard-phases - (add-after 'unpack 'disable-quicklisp - (lambda _ - ;; Disable the automatic installation of systems by Quicklisp. - ;; (Maybe there would be a way to package Quicklisp and make it - ;; install things in the user's directory instead of - ;; /gnu/store/...). - (substitute* "interfaces.lisp" - (("\\(unless \\(asdf:find-system configured-implementation NIL\\)" - all) - (string-append "#+quicklisp " all)))))))) + (list #:tests? #f)) ; TODO: The tests require some configuration. (native-inputs (list sbcl-alexandria sbcl-dexador @@ -27679,8 +27667,8 @@ Lisp. It is intended to be a replacement of PURI.") sbcl-bordeaux-threads sbcl-cl-ppcre sbcl-closer-mop - sbcl-documentation-utils sbcl-deploy + sbcl-documentation-utils sbcl-form-fiddle sbcl-lambda-fiddle sbcl-local-time @@ -27690,7 +27678,7 @@ Lisp. It is intended to be a replacement of PURI.") sbcl-trivial-indent sbcl-trivial-mimes sbcl-ubiquitous)) - (home-page "https://shirakumo.github.io/radiance/") + (home-page "https://codeberg.org/shirakumo/radiance") (synopsis "Common Lisp web application environment") (description "Radiance is a web application environment, which is sort of like a web |
