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.master
parent
1ea2c82355
commit
74fdd0fea0
gnu/packages
|
@ -995,8 +995,8 @@ This package provides the library for GLib applications.")
|
||||||
#t)))))
|
#t)))))
|
||||||
(synopsis "D-Bus API for C++")
|
(synopsis "D-Bus API for C++")
|
||||||
(description "This package provides D-Bus client API bindings for the C++
|
(description "This package provides D-Bus client API bindings for the C++
|
||||||
programming language. It also contains the utility
|
programming language. It also provides the @command{dbusxx-xml2cpp} and
|
||||||
@command{dbuscxx-xml2cpp}.")
|
@command{dbusxx-introspect} commands.")
|
||||||
(home-page "https://sourceforge.net/projects/dbus-cplusplus/")
|
(home-page "https://sourceforge.net/projects/dbus-cplusplus/")
|
||||||
(license license:lgpl2.1+)))
|
(license license:lgpl2.1+)))
|
||||||
|
|
||||||
|
|
Reference in New Issue