mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 16:17:27 +01:00
gnu: libtraceevent: Tweak description.
* gnu/packages/linux.scm (libtraceevent)[description]: Do grammar.
This commit is contained in:
parent
2c7f12a6cb
commit
5ecf70535d
1 changed files with 2 additions and 2 deletions
|
@ -9970,8 +9970,8 @@ (define-public libtraceevent
|
||||||
(delete 'configure)))) ; no configure script
|
(delete 'configure)))) ; no configure script
|
||||||
(home-page "https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git/")
|
(home-page "https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git/")
|
||||||
(synopsis "Linux kernel trace event library")
|
(synopsis "Linux kernel trace event library")
|
||||||
(description "This package provides library to parse raw trace event
|
(description
|
||||||
formats.")
|
"This library parses raw Linux kernel trace event formats.")
|
||||||
(license (list license:gpl2
|
(license (list license:gpl2
|
||||||
license:lgpl2.1))))
|
license:lgpl2.1))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue