mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Fix synopsis in various sbcl packages.
* gnu/packages/lisp-xyz.scm (sbcl-cl-iconv): Fix synopsis. (sbcl-nclasses): Fix synopsis. (sbcl-slite): Fix synopsis. Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
This commit is contained in:
parent
5d77267abd
commit
44cc129575
1 changed files with 3 additions and 3 deletions
|
@ -6779,7 +6779,7 @@ Lisp.")
|
|||
(native-inputs (list sbcl-ptester))
|
||||
(inputs (list libiconv sbcl-cffi))
|
||||
(home-page "https://github.com/quek/cl-iconv")
|
||||
(synopsis "iconv library for Common Lisp")
|
||||
(synopsis "@command{iconv} library for Common Lisp")
|
||||
(description
|
||||
"This package provides CFFI bindings to convert between different
|
||||
character encodings using iconv.")
|
||||
|
@ -22418,7 +22418,7 @@ desktop files to the right directories.
|
|||
(native-inputs
|
||||
(list sbcl-lisp-unit2))
|
||||
(home-page "https://github.com/atlas-engineer/nclasses")
|
||||
(synopsis "Simplify class, condition, and generic function definitions.")
|
||||
(synopsis "Simplify class, condition, and generic function definitions")
|
||||
(description
|
||||
"NClasses provides helper macros to help write classes, conditions,
|
||||
generic functions, and CLOS code in general with less boilerplate.
|
||||
|
@ -27814,7 +27814,7 @@ processes that doesn't run under Emacs. Lisp processes created by
|
|||
sbcl-parachute
|
||||
sbcl-lisp-unit2))
|
||||
(home-page "https://github.com/tdrhq/slite")
|
||||
(synopsis "Common Lisp system for Slite ")
|
||||
(synopsis "Common Lisp system for Slite")
|
||||
(description
|
||||
"This package provides the Common Lisp part of the emacs-slite test runner.")
|
||||
(license license:asl2.0))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue