guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/07: gnu: dbus-c++: Fix command name in description.


From: guix-commits
Subject: 07/07: gnu: dbus-c++: Fix command name in description.
Date: Mon, 15 Mar 2021 18:03:58 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 74fdd0fea08fde451ad1a9d43abeeab27c422383
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Mar 8 22:02:38 2021 -0500

    gnu: dbus-c++: Fix command name in description.
    
    * gnu/packages/glib.scm (dbus-c++)[description]: Fix command prefix in
    description, and mention the second command installed as well.
---
 gnu/packages/glib.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 0d265e8..1b9cd71 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -995,8 +995,8 @@ This package provides the library for GLib applications.")
              #t)))))
     (synopsis "D-Bus API for C++")
     (description "This package provides D-Bus client API bindings for the C++
-programming language.  It also contains the utility
-@command{dbuscxx-xml2cpp}.")
+programming language.  It also provides the @command{dbusxx-xml2cpp} and
+@command{dbusxx-introspect} commands.")
     (home-page "https://sourceforge.net/projects/dbus-cplusplus/";)
     (license license:lgpl2.1+)))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]