pkgs.gen-oath-safe: use python3 explicitly
This commit is contained in:
parent
f628e51fc7
commit
b66365e722
|
@ -1,4 +1,4 @@
|
|||
{ coreutils, makeWrapper, openssl, libcaca, qrencode, fetchFromGitHub, yubikey-manager, python, stdenv, lib, ... }:
|
||||
{ coreutils, makeWrapper, openssl, libcaca, qrencode, fetchFromGitHub, yubikey-manager, python3, stdenv, lib, ... }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "gen-oath-safe-2017-06-30";
|
||||
|
@ -25,7 +25,7 @@ stdenv.mkDerivation {
|
|||
qrencode
|
||||
yubikey-manager
|
||||
libcaca
|
||||
python
|
||||
python3
|
||||
];
|
||||
in
|
||||
''
|
||||
|
|
Loading…
Reference in a new issue