Merge remote-tracking branch 'origin/master' into staging

Conflicts:
	pkgs/development/libraries/boost/generic.nix
This commit is contained in:
Eelco Dolstra
2014-11-11 23:48:08 +01:00
307 changed files with 605 additions and 4972 deletions
+2 -2
View File
@@ -32,8 +32,8 @@ stdenv.mkDerivation rec {
];
meta = {
description = "A free and open source utility for network discovery and security auditing.";
homepage = "http://www.nmap.org";
description = "A free and open source utility for network discovery and security auditing";
homepage = http://www.nmap.org;
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ mornfall thoughtpolice ];
@@ -11,9 +11,12 @@ stdenv.mkDerivation {
buildInputs = [ trousers openssl ];
meta = with stdenv.lib; {
description = ''The TPM Quote Tools is a collection of programs that provide support
for TPM based attestation using the TPM quote mechanism. The manual
page for tpm_quote_tools provides a usage overview.'';
description = "A collection of programs that provide support for TPM based attestation using the TPM quote mechanism";
longDescription = ''
The TPM Quote Tools is a collection of programs that provide support
for TPM based attestation using the TPM quote mechanism. The manual
page for tpm_quote_tools provides a usage overview.
'';
homepage = http://tpmquotetools.sourceforge.net/;
license = licenses.bsd3;
maintainers = [ maintainers.ak ];