gnu: sbcl-cl-posix-mqueue: Format to modern style for all inputs.

* gnu/packages/lisp-xyz.scm (sbcl-cl-posix-mqueue): Format to modern style.
[native-inputs]: Format to modern style.
[inputs]: Format to modern style.

Change-Id: I3ce9decc7a106bb98168137cdcbb218b48c25093
This commit is contained in:
jgart 2026-01-21 11:41:38 -05:00
parent d97cbcb4ad
commit 7061beccb2
No known key found for this signature in database
GPG key ID: A52AA2B477B6DD35

View file

@ -9316,14 +9316,14 @@ using bindings to the portaudio library.")
(("librt.so" all) (("librt.so" all)
(string-append (assoc-ref inputs "glibc") "/lib/" all)))))))) (string-append (assoc-ref inputs "glibc") "/lib/" all))))))))
(native-inputs (native-inputs
`(("cl-ppcre" ,sbcl-cl-ppcre) (list sbcl-cl-ppcre
("rove" ,sbcl-rove))) sbcl-rove))
(inputs (inputs
`(("alexandria" ,sbcl-alexandria) (list sbcl-alexandria
("babel" ,sbcl-babel) sbcl-babel
("cffi" ,sbcl-cffi) sbcl-cffi
("glibc" ,glibc) glibc
("local-time" ,sbcl-local-time))) sbcl-local-time))
(home-page "https://github.com/xFA25E/cl-posix-mqueue") (home-page "https://github.com/xFA25E/cl-posix-mqueue")
(synopsis "Common Lisp binding to POSIX mqueue") (synopsis "Common Lisp binding to POSIX mqueue")
(description (description