mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
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:
parent
d97cbcb4ad
commit
7061beccb2
1 changed files with 7 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue