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)
|
(("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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue