tpm2-totp: add plymouth integration support

+8 -1
+4 -1
pkgs/by-name/tp/tpm2-totp/package.nix
··· 7 7 autoconf-archive, 8 8 pandoc, 9 9 pkg-config, 10 + withPlymouth ? false, 11 + plymouth, 10 12 qrencode, 11 13 }: 12 14 ··· 35 37 buildInputs = [ 36 38 tpm2-tss 37 39 qrencode 38 - ]; 40 + ] 41 + ++ lib.optional withPlymouth plymouth; 39 42 40 43 meta = with lib; { 41 44 description = "Attest the trustworthiness of a device against a human using time-based one-time passwords";
+4
pkgs/top-level/all-packages.nix
··· 4275 4275 } 4276 4276 ); 4277 4277 4278 + tpm2-totp-with-plymouth = tpm2-totp.override { 4279 + withPlymouth = true; 4280 + }; 4281 + 4278 4282 trackma-curses = trackma.override { withCurses = true; }; 4279 4283 4280 4284 trackma-gtk = trackma.override { withGTK = true; };