diff options
author | Pierre Neidhardt <mail@ambrevar.xyz> | 2020-09-16 09:53:57 +0200 |
---|---|---|
committer | Pierre Neidhardt <mail@ambrevar.xyz> | 2020-09-16 09:54:53 +0200 |
commit | 9e7b2658d97493a5be01fb3d8c32762354c411dc (patch) | |
tree | 159844ff39b5e791a54d2506ff5505291a550d6a /gnu/packages/lisp-xyz.scm | |
parent | feb657d24463fa00e526185d792aaafd39c2a844 (diff) |
gnu: sbcl-hu.dwim.common: Fix missing description.
* gnu/packages/lisp-xyz.scm (sbcl-hu.dwim.common)[description]: Repeat the
synopsis since there is nothing more to say about this library.
Diffstat (limited to 'gnu/packages/lisp-xyz.scm')
-rw-r--r-- | gnu/packages/lisp-xyz.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index cef1e9e5b0..c4ae02d429 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -13613,7 +13613,8 @@ package that includes a number of renames and shadows. ") ("metabang-bind" ,sbcl-metabang-bind))) (home-page "http://dwim.hu/") (synopsis "Common Lisp library shared by other hu.dwim systems") - (description "") + (description "This package contains a support library for other +hu.dwim systems.") (license license:public-domain))) (define-public cl-hu.dwim.common |