mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
check: Add metadata
This commit is contained in:
parent
c46e1049aa
commit
6a5bf4f04e
@ -12,7 +12,7 @@ stdenv.mkDerivation {
|
||||
# Test can randomly fail: http://hydra.nixos.org/build/7243912
|
||||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
description = "Unit testing framework for C";
|
||||
|
||||
longDescription =
|
||||
@ -26,6 +26,8 @@ stdenv.mkDerivation {
|
||||
|
||||
homepage = http://check.sourceforge.net/;
|
||||
|
||||
license = stdenv.lib.licenses.lgpl2Plus;
|
||||
license = licenses.lgpl2Plus;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ wkennington ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user