ma pkgs.gen-oath-safe: remove warning, add yubikey-manager
This commit is contained in:
parent
90b5b135d3
commit
7f8ec648b8
@ -1,6 +1,5 @@
|
||||
{ coreutils, makeWrapper, openssl, libcaca, qrencode, fetchFromGitHub, yubikey-manager, python, stdenv, ... }:
|
||||
|
||||
builtins.trace "Warning: HTOP mode of gen-oath-safe is currently broken"
|
||||
stdenv.mkDerivation {
|
||||
name = "gen-oath-safe-2017-06-30";
|
||||
src = fetchFromGitHub {
|
||||
@ -24,7 +23,7 @@ builtins.trace "Warning: HTOP mode of gen-oath-safe is currently broken"
|
||||
coreutils
|
||||
openssl
|
||||
qrencode
|
||||
#yubikey-manager
|
||||
yubikey-manager
|
||||
libcaca
|
||||
python
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user