Adopt more packages.

This commit is contained in:
Petr Rockai
2014-01-28 18:11:00 +01:00
parent 6f5be260b4
commit 4124bb9ff5
20 changed files with 41 additions and 9 deletions
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
done
'';
meta = {
meta = with stdenv.lib; {
description = "LCOV, a code coverage tool that enhances GNU gcov";
longDescription =
@@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
homepage = http://ltp.sourceforge.net/coverage/lcov.php;
license = "GPLv2+";
maintainers = [ ];
platforms = stdenv.lib.platforms.all;
maintainers = [ maintainers.mornfall ];
platforms = platforms.all;
};
}