tpm2-totp: add plymouth integration support
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
autoconf-archive,
|
||||
pandoc,
|
||||
pkg-config,
|
||||
withPlymouth ? false,
|
||||
plymouth,
|
||||
qrencode,
|
||||
}:
|
||||
|
||||
@@ -35,7 +37,8 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [
|
||||
tpm2-tss
|
||||
qrencode
|
||||
];
|
||||
]
|
||||
++ lib.optional withPlymouth plymouth;
|
||||
|
||||
meta = with lib; {
|
||||
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-gtk = trackma.override { withGTK = true; };
|
||||
|
||||
Reference in New Issue
Block a user