This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 4773deb2e0 gnu: sbcl-cl-glfw3: Refactor to modern style.
4773deb2e0 is described below

commit 4773deb2e0bf8cdeab8e69341dd52d27f3a91af8
Author: jgart <[email protected]>
AuthorDate: Fri Jan 30 02:21:37 2026 -0500

    gnu: sbcl-cl-glfw3: Refactor to modern style.
    
    * gnu/packages/lisp-xyz.scm (sbcl-cl-glfw3)[inputs]: Refactor to modern 
style.
    
    Change-Id: Ib5d9bbd27a2fe03c2ba5dfa330c2bde38e20aae9
---
 gnu/packages/lisp-xyz.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index c07747c030..47974f8ee4 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -6560,11 +6560,11 @@ objects.")
                  (("libglfw.so.3" _)
                   (search-input-file inputs "/lib/libglfw.so.3"))))))))
       (inputs
-       `(("alexandria" ,sbcl-alexandria)
-         ("cffi" ,sbcl-cffi)
-         ("cl-opengl" ,sbcl-cl-opengl)
-         ("glfw" ,glfw)
-         ("trivial-main-thread" ,sbcl-trivial-main-thread)))
+       (list sbcl-alexandria
+             sbcl-cffi
+             sbcl-cl-opengl
+             glfw
+             sbcl-trivial-main-thread))
       (home-page "https://github.com/AlexCharlton/cl-glfw3";)
       (synopsis "Common Lisp bindings to GLFW version 3.x")
       (description

Reply via email to