ma gen-oath-safe: do not build with yubikey-manager
This commit is contained in:
parent
190c5946e4
commit
0703c8a41d
@ -1,6 +1,7 @@
|
||||
{ coreutils, makeWrapper, openssl, libcaca, qrencode, fetchFromGitHub, yubikey-manager, python, stdenv, ... }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
builtins.trace "Warning: HTOP mode of gen-oath-safe is currently broken"
|
||||
stdenv.mkDerivation {
|
||||
name = "gen-oath-safe-2017-06-30";
|
||||
src = fetchFromGitHub {
|
||||
owner = "mcepl";
|
||||
@ -23,7 +24,7 @@ stdenv.mkDerivation {
|
||||
coreutils
|
||||
openssl
|
||||
qrencode
|
||||
yubikey-manager
|
||||
#yubikey-manager
|
||||
libcaca
|
||||
python
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user