Merge branch 'master' into staging

This commit is contained in:
Vladimír Čunát
2016-05-08 21:24:48 +02:00
245 changed files with 4326 additions and 1284 deletions

View File

@@ -14,15 +14,15 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "code coverage tester for compiled programs, Python scripts and shell scripts";
longDescription =
'' Kcov is a code coverage tester for compiled programs, Python
longDescription = ''
Kcov is a code coverage tester for compiled programs, Python
scripts and shell scripts. It allows collecting code coverage
information from executables without special command-line
arguments, and continuosly produces output from long-running
applications.
'';
'';
homePage = http://simonkagstrom.github.io/kcov/index.html;
homepage = http://simonkagstrom.github.io/kcov/index.html;
license = licenses.gpl2;
maintainers = [ maintainers.gal_bolle ];