summary refs log tree commit diff
path: root/pkgs/desktops/gnome-3
diff options
context:
space:
mode:
authorJan Malakhovski <oxij@oxij.org>2018-08-08 18:25:45 +0000
committerJan Malakhovski <oxij@oxij.org>2018-08-11 09:35:23 +0000
commit411ef0e0f91bf11cbf6188cb589580da917f1236 (patch)
treeba2681c0f76c1ee3fbf2486c98e15e957f64da93 /pkgs/desktops/gnome-3
parent7f29cf062c7c3f0c0d631e344e5e1d0dcdad569a (diff)
downloadnixlib-411ef0e0f91bf11cbf6188cb589580da917f1236.tar
nixlib-411ef0e0f91bf11cbf6188cb589580da917f1236.tar.gz
nixlib-411ef0e0f91bf11cbf6188cb589580da917f1236.tar.bz2
nixlib-411ef0e0f91bf11cbf6188cb589580da917f1236.tar.lz
nixlib-411ef0e0f91bf11cbf6188cb589580da917f1236.tar.xz
nixlib-411ef0e0f91bf11cbf6188cb589580da917f1236.tar.zst
nixlib-411ef0e0f91bf11cbf6188cb589580da917f1236.zip
gnome3.gnome-keyring: use checkInputs
Diffstat (limited to 'pkgs/desktops/gnome-3')
-rw-r--r--pkgs/desktops/gnome-3/core/gnome-keyring/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/desktops/gnome-3/core/gnome-keyring/default.nix b/pkgs/desktops/gnome-3/core/gnome-keyring/default.nix
index 39108141c93c..acb32bc174ca 100644
--- a/pkgs/desktops/gnome-3/core/gnome-keyring/default.nix
+++ b/pkgs/desktops/gnome-3/core/gnome-keyring/default.nix
@@ -22,14 +22,11 @@ stdenv.mkDerivation rec {
     pango gcr gdk_pixbuf atk p11-kit
   ];
 
-  # In 3.20.1, tests do not support Python 3
-  checkInputs = [ dbus python2 ];
-
   propagatedBuildInputs = [ glib libtasn1 libxslt ];
 
   nativeBuildInputs = [
     pkgconfig intltool docbook_xsl docbook_xml_dtd_42 wrapGAppsHook
-  ] ++ stdenv.lib.optionals doCheck checkInputs;
+  ];
 
   configureFlags = [
     "--with-pkcs11-config=$$out/etc/pkcs11/" # installation directories
@@ -41,6 +38,9 @@ stdenv.mkDerivation rec {
   '';
 
   doCheck = true;
+  # In 3.20.1, tests do not support Python 3
+  checkInputs = [ dbus python2 ];
+
   checkPhase = ''
     export HOME=$(mktemp -d)
     dbus-run-session \