tpm2-totp: add plymouth integration support
This commit is contained in:
@@ -7,6 +7,8 @@
|
|||||||
autoconf-archive,
|
autoconf-archive,
|
||||||
pandoc,
|
pandoc,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
|
withPlymouth ? false,
|
||||||
|
plymouth,
|
||||||
qrencode,
|
qrencode,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@@ -35,7 +37,8 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [
|
buildInputs = [
|
||||||
tpm2-tss
|
tpm2-tss
|
||||||
qrencode
|
qrencode
|
||||||
];
|
]
|
||||||
|
++ lib.optional withPlymouth plymouth;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Attest the trustworthiness of a device against a human using time-based one-time passwords";
|
description = "Attest the trustworthiness of a device against a human using time-based one-time passwords";
|
||||||
|
|||||||
@@ -4275,6 +4275,10 @@ with pkgs;
|
|||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
tpm2-totp-with-plymouth = tpm2-totp.override {
|
||||||
|
withPlymouth = true;
|
||||||
|
};
|
||||||
|
|
||||||
trackma-curses = trackma.override { withCurses = true; };
|
trackma-curses = trackma.override { withCurses = true; };
|
||||||
|
|
||||||
trackma-gtk = trackma.override { withGTK = true; };
|
trackma-gtk = trackma.override { withGTK = true; };
|
||||||
|
|||||||
Reference in New Issue
Block a user