From 9e7b2658d97493a5be01fb3d8c32762354c411dc Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Wed, 16 Sep 2020 09:53:57 +0200 Subject: [PATCH] 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. --- gnu/packages/lisp-xyz.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.20.1