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, ... }:
|
{ 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";
|
name = "gen-oath-safe-2017-06-30";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mcepl";
|
owner = "mcepl";
|
||||||
@ -23,7 +24,7 @@ stdenv.mkDerivation {
|
|||||||
coreutils
|
coreutils
|
||||||
openssl
|
openssl
|
||||||
qrencode
|
qrencode
|
||||||
yubikey-manager
|
#yubikey-manager
|
||||||
libcaca
|
libcaca
|
||||||
python
|
python
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user