summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabián Heredia Montiel <fabianhjr@protonmail.com>2022-03-26 13:08:50 -0600
committerFabián Heredia Montiel <fabianhjr@protonmail.com>2022-03-26 23:49:49 -0600
commitf23a1c20331be05303613768834baebdc7b6240c (patch)
treeae35d51373e0d812a4ddabc06c49ceb45ceaa5f5
parent6de161729c81dc98e844793cc9c8fda29d5ef62a (diff)
downloadnixpkgs-f23a1c20331be05303613768834baebdc7b6240c.tar
nixpkgs-f23a1c20331be05303613768834baebdc7b6240c.tar.gz
nixpkgs-f23a1c20331be05303613768834baebdc7b6240c.tar.bz2
nixpkgs-f23a1c20331be05303613768834baebdc7b6240c.tar.lz
nixpkgs-f23a1c20331be05303613768834baebdc7b6240c.tar.xz
nixpkgs-f23a1c20331be05303613768834baebdc7b6240c.tar.zst
nixpkgs-f23a1c20331be05303613768834baebdc7b6240c.zip
gnome-keyring: checkInputs python2 → python3
-rw-r--r--pkgs/desktops/gnome/core/gnome-keyring/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/desktops/gnome/core/gnome-keyring/default.nix b/pkgs/desktops/gnome/core/gnome-keyring/default.nix
index 8c9815509e2..afbec6f8c5d 100644
--- a/pkgs/desktops/gnome/core/gnome-keyring/default.nix
+++ b/pkgs/desktops/gnome/core/gnome-keyring/default.nix
@@ -5,7 +5,7 @@
 , dbus
 , libgcrypt
 , pam
-, python2
+, python3
 , glib
 , libxslt
 , gettext
@@ -51,8 +51,7 @@ stdenv.mkDerivation rec {
     p11-kit
   ];
 
-  # In 3.20.1, tests do not support Python 3
-  checkInputs = [ dbus python2 ];
+  checkInputs = [ dbus python3 ];
 
   configureFlags = [
     "--with-pkcs11-config=${placeholder "out"}/etc/pkcs11/" # installation directories