gnome3.gnome-keyring: fix build

This commit is contained in:
Jan Tojnar 2018-03-14 06:51:55 +01:00
parent fabaf3b007
commit 6f69e3c987
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4
1 changed files with 3 additions and 4 deletions

View File

@ -1,5 +1,5 @@
{ stdenv, fetchurl, pkgconfig, dbus, libgcrypt, libtasn1, pam, python2, glib, libxslt { stdenv, fetchurl, pkgconfig, dbus, libgcrypt, libtasn1, pam, python2, glib, libxslt
, intltool, pango, gcr, gdk_pixbuf, atk, p11-kit, wrapGAppsHook , intltool, pango, gcr, gdk_pixbuf, atk, p11-kit, openssh, wrapGAppsHook
, docbook_xsl, docbook_xml_dtd_42, gnome3 }: , docbook_xsl, docbook_xml_dtd_42, gnome3 }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
outputs = [ "out" "dev" ]; outputs = [ "out" "dev" ];
buildInputs = with gnome3; [ buildInputs = with gnome3; [
dbus libgcrypt pam gtk3 libgnome-keyring dbus libgcrypt pam gtk3 libgnome-keyring openssh
pango gcr gdk_pixbuf atk p11-kit pango gcr gdk_pixbuf atk p11-kit
]; ];
@ -40,8 +40,7 @@ stdenv.mkDerivation rec {
patchShebangs build patchShebangs build
''; '';
# Tests are not deterministic https://bugzilla.gnome.org/show_bug.cgi?id=791932 doCheck = true;
doCheck = false;
checkPhase = '' checkPhase = ''
export HOME=$(mktemp -d) export HOME=$(mktemp -d)
dbus-run-session \ dbus-run-session \