about summary refs log tree commit diff
path: root/pkgs/tools/security/gen-oath-safe
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2021-03-25 15:27:19 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2021-04-03 17:06:07 +0200
commit09b2a0c0afbe659d48ac82bac6c0ca0692a9e07b (patch)
tree8a7f12964648c269b7d2fadba956ba0649994fed /pkgs/tools/security/gen-oath-safe
parent76b3f90f5c4ec8289bdd858a2f5c8d52ed250331 (diff)
gen-oauth-safe: use python3
Diffstat (limited to 'pkgs/tools/security/gen-oath-safe')
-rw-r--r--pkgs/tools/security/gen-oath-safe/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/gen-oath-safe/default.nix b/pkgs/tools/security/gen-oath-safe/default.nix
index 19e5f16924a53..bb607c1fbd322 100644
--- a/pkgs/tools/security/gen-oath-safe/default.nix
+++ b/pkgs/tools/security/gen-oath-safe/default.nix
@@ -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 {
   pname = "gen-oath-safe";
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
         file
         libcaca.bin
         openssl.bin
-        python
+        python3
         qrencode
         yubikey-manager
       ];