11 stdenv.mkDerivation rec {
15 src = fetchFromGitHub {
16 owner = "stefanberger";
19 sha256 = "sha256-YKs/XYJ8UItOtSinl28/G9XFVzobFd4ZDKtClQDLXFk=";
25 perl # needed for pod2man
27 buildInputs = [ openssl ];
35 enableParallelBuilding = true;
43 description = "Libtpms library provides software emulation of a Trusted Platform Module (TPM 1.2 and TPM 2.0)";
44 homepage = "https://github.com/stefanberger/libtpms";
45 license = licenses.bsd3;
46 maintainers = [ maintainers.baloo ];