9 stdenv.mkDerivation rec {
10 pname = "tpm-quote-tools";
14 url = "mirror://sourceforge/project/tpmquotetools/${version}/${pname}-${version}.tar.gz";
15 sha256 = "1qjs83xb4np4yn1bhbjfhvkiika410v8icwnjix5ad96w2nlxp0h";
25 --set-rpath "${lib.makeLibraryPath [ openssl ]}:$(patchelf --print-rpath $out/bin/tpm_mkaik)" \
30 description = "Collection of programs that provide support for TPM based attestation using the TPM quote mechanism";
32 The TPM Quote Tools is a collection of programs that provide support
33 for TPM based attestation using the TPM quote mechanism. The manual
34 page for tpm_quote_tools provides a usage overview.
36 homepage = "http://tpmquotetools.sourceforge.net/";
37 license = licenses.bsd3;
38 maintainers = with maintainers; [ ak ];
39 platforms = platforms.linux;