diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-01-10 03:08:51 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-01-09 21:58:34 +0100 |
commit | 0225e5a43bf59003bcb37c4b4d5de8225e9a0be2 (patch) | |
tree | 5370e3bfba6ed39da4364020c1c488a54011d186 /gnu/packages | |
parent | b834f73bc7b28e463e3e6dee1b334f0ad2520cba (diff) | |
download | guix-0225e5a43bf59003bcb37c4b4d5de8225e9a0be2.tar.gz |
gnu: kcov: Edit description.
* gnu/packages/code.scm (kcov)[description]: Remove operating systems. Edit slightly.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/code.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm index 5e58671660..a3c80c9620 100644 --- a/gnu/packages/code.scm +++ b/gnu/packages/code.scm @@ -589,9 +589,9 @@ results and determine build stability.") (list python)) (home-page "https://github.com/SimonKagstrom/kcov") (synopsis "Code coverage tester for compiled languages, Python and Bash") - (description "Kcov is a FreeBSD/Linux/OSX code coverage tester for compiled -languages, Python and Bash. Kcov was originally a fork of Bcov, but has since -evolved to support a large feature set in addition to that of Bcov. + (description "Kcov is a code coverage tester for compiled languages, +Python and Bash. It was originally a fork of Bcov, but has since evolved to +support a large feature set in addition to that of Bcov. Kcov uses DWARF debugging information for compiled programs to make it possible to collect coverage information without special compiler switches.") |