···7 autoconf-archive,
8 pandoc,
9 pkg-config,
0010 qrencode,
11}:
12···35 buildInputs = [
36 tpm2-tss
37 qrencode
38- ];
03940 meta = with lib; {
41 description = "Attest the trustworthiness of a device against a human using time-based one-time passwords";
···7 autoconf-archive,
8 pandoc,
9 pkg-config,
10+ withPlymouth ? false,
11+ plymouth,
12 qrencode,
13}:
14···37 buildInputs = [
38 tpm2-tss
39 qrencode
40+ ]
41+ ++ lib.optional withPlymouth plymouth;
4243 meta = with lib; {
44 description = "Attest the trustworthiness of a device against a human using time-based one-time passwords";