forked from mirrors/nixpkgs
gen-oauth-safe: use python3
This commit is contained in:
parent
76b3f90f5c
commit
09b2a0c0af
|
@ -1,4 +1,4 @@
|
||||||
{ coreutils, fetchFromGitHub, file, libcaca, makeWrapper, python, openssl, qrencode, lib, stdenv, yubikey-manager }:
|
{ coreutils, fetchFromGitHub, file, libcaca, makeWrapper, python3, openssl, qrencode, lib, stdenv, yubikey-manager }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "gen-oath-safe";
|
pname = "gen-oath-safe";
|
||||||
|
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||||
file
|
file
|
||||||
libcaca.bin
|
libcaca.bin
|
||||||
openssl.bin
|
openssl.bin
|
||||||
python
|
python3
|
||||||
qrencode
|
qrencode
|
||||||
yubikey-manager
|
yubikey-manager
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue