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)
(string-append (assoc-ref inputs "glibc") "/lib/" all))))))))
(native-inputs
`(("cl-ppcre" ,sbcl-cl-ppcre)
("rove" ,sbcl-rove)))
(list sbcl-cl-ppcre
sbcl-rove))
(inputs
`(("alexandria" ,sbcl-alexandria)
("babel" ,sbcl-babel)
("cffi" ,sbcl-cffi)
("glibc" ,glibc)
("local-time" ,sbcl-local-time)))
(list sbcl-alexandria
sbcl-babel
sbcl-cffi
glibc
sbcl-local-time))
(home-page "https://github.com/xFA25E/cl-posix-mqueue")
(synopsis "Common Lisp binding to POSIX mqueue")
(description