~ruther/guix-local

7061beccb2f0c2463f2c0177aa7fe4244e862156 — jgart a month ago d97cbcb
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
1 files changed, 7 insertions(+), 7 deletions(-)

M gnu/packages/lisp-xyz.scm
M gnu/packages/lisp-xyz.scm => gnu/packages/lisp-xyz.scm +7 -7
@@ 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