gnome3.gnome-keyring: fix build
This commit is contained in:
parent
fabaf3b007
commit
6f69e3c987
|
@ -1,5 +1,5 @@
|
|||
{ 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 }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
|||
outputs = [ "out" "dev" ];
|
||||
|
||||
buildInputs = with gnome3; [
|
||||
dbus libgcrypt pam gtk3 libgnome-keyring
|
||||
dbus libgcrypt pam gtk3 libgnome-keyring openssh
|
||||
pango gcr gdk_pixbuf atk p11-kit
|
||||
];
|
||||
|
||||
|
@ -40,8 +40,7 @@ stdenv.mkDerivation rec {
|
|||
patchShebangs build
|
||||
'';
|
||||
|
||||
# Tests are not deterministic https://bugzilla.gnome.org/show_bug.cgi?id=791932
|
||||
doCheck = false;
|
||||
doCheck = true;
|
||||
checkPhase = ''
|
||||
export HOME=$(mktemp -d)
|
||||
dbus-run-session \
|
||||
|
|
Loading…
Reference in New Issue