From 54d5bf9a38cf6c8df27fc3f09f8a6cb209588355 Mon Sep 17 00:00:00 2001 From: Jonas Meeuws Date: Mon, 9 Feb 2026 22:50:56 +0100 Subject: gnu: d-demangler: Update synopsis and description. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit gnu/packages/dlang.scm (d-demangler) [synopsis, description]: Remove mention of a non-existent command. Refer to the package as a library. Note that this only wraps D's ‘std.demangle’. Change-Id: I8fe98d4bb031f8f50468a4c1a5b907d3ff24de0c Signed-off-by: Liliana Marie Prikler --- gnu/packages/dlang.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/dlang.scm b/gnu/packages/dlang.scm index 6dbfaff41c6..ab4b7dfd65a 100644 --- a/gnu/packages/dlang.scm +++ b/gnu/packages/dlang.scm @@ -765,8 +765,8 @@ to a minimal test case.") (install-file "libd_demangle.so" (string-append #$output "/lib"))))))) (native-inputs (list dmd)) - (synopsis "Utility to demangle D symbols") - (description "@command{d_demangle} is a small utility that can be used to -demangle D symbols. A shared library is also provided.") + (synopsis "D symbol demangling library") + (description "@code{libd_demangle.so} is a small shared library that can be used to +demangle D symbols. It exposes a C interface that wraps D's @code{std.demangle}.") (license license:gpl3+) (home-page "https://github.com/lievenhey/d_demangler"))) -- cgit v1.3