Adopt more packages.
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -26,5 +26,6 @@ stdenv.mkDerivation {
|
||||
description = "Formal verification tool for distributed software systems";
|
||||
homepage = http://spinroot.com/;
|
||||
license = "free";
|
||||
maintainers = stdenv.lib.maintainers.mornfall;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user