Pass libgnome_keyring, not gnome_keyring
svn path=/nixpkgs/trunk/; revision=33082
This commit is contained in:
parent
8167b5a2a7
commit
f105c2353b
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchurl
|
{ stdenv, fetchurl
|
||||||
, GConf, atk, cairo, cmake, curl, dbus_glib, exiv2, glib
|
, GConf, atk, cairo, cmake, curl, dbus_glib, exiv2, glib
|
||||||
, gnome_keyring, gphoto2, gtk, ilmbase, intltool, lcms, lcms2
|
, libgnome_keyring, gphoto2, gtk, ilmbase, intltool, lcms, lcms2
|
||||||
, lensfun, libXau, libXdmcp, libexif, libglade, libgphoto2, libjpeg
|
, lensfun, libXau, libXdmcp, libexif, libglade, libgphoto2, libjpeg
|
||||||
, libpng, libpthreadstubs, libraw1394, librsvg, libtiff, libxcb
|
, libpng, libpthreadstubs, libraw1394, librsvg, libtiff, libxcb
|
||||||
, openexr, pixman, pkgconfig, sqlite }:
|
, openexr, pixman, pkgconfig, sqlite }:
|
||||||
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ GConf atk cairo cmake curl dbus_glib exiv2 glib gnome_keyring gtk
|
[ GConf atk cairo cmake curl dbus_glib exiv2 glib libgnome_keyring gtk
|
||||||
ilmbase intltool lcms lcms2 lensfun libXau libXdmcp libexif
|
ilmbase intltool lcms lcms2 lensfun libXau libXdmcp libexif
|
||||||
libglade libgphoto2 libjpeg libpng libpthreadstubs libraw1394
|
libglade libgphoto2 libjpeg libpng libpthreadstubs libraw1394
|
||||||
librsvg libtiff libxcb openexr pixman pkgconfig sqlite
|
librsvg libtiff libxcb openexr pixman pkgconfig sqlite
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{ fetchurl, stdenv, perl, perlXMLParser, gettext, intltool
|
{ fetchurl, stdenv, perl, perlXMLParser, gettext, intltool
|
||||||
, pkgconfig, glib, gtk, gnomedocutils, gnomeicontheme
|
, pkgconfig, glib, gtk, gnomedocutils, gnomeicontheme
|
||||||
, libgnome, libgnomeui, scrollkeeper, libxslt
|
, libgnome, libgnomeui, scrollkeeper, libxslt
|
||||||
, libglade, gnome_keyring, dbus, dbus_glib
|
, libglade, libgnome_keyring, dbus, dbus_glib
|
||||||
, poppler, libspectre, djvulibre, shared_mime_info
|
, poppler, libspectre, djvulibre, shared_mime_info
|
||||||
, makeWrapper, which, ghostscript
|
, makeWrapper, which, ghostscript
|
||||||
, recentListSize ? null # 5 is not enough, allow passing a different number
|
, recentListSize ? null # 5 is not enough, allow passing a different number
|
||||||
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [
|
buildInputs = [
|
||||||
perl perlXMLParser gettext intltool pkgconfig glib gtk
|
perl perlXMLParser gettext intltool pkgconfig glib gtk
|
||||||
gnomedocutils gnomeicontheme libgnome libgnomeui libglade
|
gnomedocutils gnomeicontheme libgnome libgnomeui libglade
|
||||||
scrollkeeper gnome_keyring
|
scrollkeeper libgnome_keyring
|
||||||
libxslt # for `xsltproc'
|
libxslt # for `xsltproc'
|
||||||
dbus dbus_glib poppler libspectre djvulibre makeWrapper which
|
dbus dbus_glib poppler libspectre djvulibre makeWrapper which
|
||||||
ghostscript
|
ghostscript
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchurl, makeWrapper, boost, file, gettext
|
{ stdenv, fetchurl, makeWrapper, boost, file, gettext
|
||||||
, glib, glibc, gnome_keyring, gtk, gtkmm, intltool, libctemplate, libglade
|
, glib, glibc, libgnome_keyring, gtk, gtkmm, intltool, libctemplate, libglade
|
||||||
, libgnome, libsigcxx, libtool, libuuid, libxml2, libzip, lua, mesa, mysql
|
, libgnome, libsigcxx, libtool, libuuid, libxml2, libzip, lua, mesa, mysql
|
||||||
, pango, paramiko, pcre, pexpect, pkgconfig, pycrypto, python, sqlite
|
, pango, paramiko, pcre, pexpect, pkgconfig, pycrypto, python, sqlite
|
||||||
}:
|
}:
|
||||||
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "1b5ijaccy2k7if4pld8ihz1wa1wr1f9gj2m5xa4kf7v05zcx93c6";
|
sha256 = "1b5ijaccy2k7if4pld8ihz1wa1wr1f9gj2m5xa4kf7v05zcx93c6";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ boost file gettext glib glibc gnome_keyring gtk gtkmm intltool
|
buildInputs = [ boost file gettext glib glibc libgnome_keyring gtk gtkmm intltool
|
||||||
libctemplate libglade libgnome libsigcxx libtool libuuid libxml2 libzip lua makeWrapper mesa
|
libctemplate libglade libgnome libsigcxx libtool libuuid libxml2 libzip lua makeWrapper mesa
|
||||||
mysql paramiko pcre pexpect pkgconfig pycrypto python sqlite ];
|
mysql paramiko pcre pexpect pkgconfig pycrypto python sqlite ];
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{stdenv, fetchurl, qt, libupnp, gpgme, gnome_keyring, glib}:
|
{stdenv, fetchurl, qt, libupnp, gpgme, libgnome_keyring, glib}:
|
||||||
|
|
||||||
throw "still fails to build"
|
throw "still fails to build"
|
||||||
|
|
||||||
@ -10,7 +10,7 @@ stdenv.mkDerivation {
|
|||||||
sha256 = "15971wxx8djwcxn170jyn0mlh7cfzqsf031aa849wr9z234gwrcn";
|
sha256 = "15971wxx8djwcxn170jyn0mlh7cfzqsf031aa849wr9z234gwrcn";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ qt libupnp gpgme gnome_keyring glib ];
|
buildInputs = [ qt libupnp gpgme libgnome_keyring glib ];
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
cd libbitdht/src
|
cd libbitdht/src
|
||||||
|
@ -6420,8 +6420,7 @@ let
|
|||||||
darcs = haskellPackages.darcs;
|
darcs = haskellPackages.darcs;
|
||||||
|
|
||||||
darktable = callPackage ../applications/graphics/darktable {
|
darktable = callPackage ../applications/graphics/darktable {
|
||||||
inherit (gnome) GConf gnome_keyring libglade atk;
|
inherit (gnome) GConf libglade atk;
|
||||||
inherit (xlibs) libxcb pixman libpthreadstubs libXau;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
dia = callPackage ../applications/graphics/dia {
|
dia = callPackage ../applications/graphics/dia {
|
||||||
@ -6595,7 +6594,7 @@ let
|
|||||||
# higher priority.
|
# higher priority.
|
||||||
evince = hiPrio (callPackage ../applications/misc/evince {
|
evince = hiPrio (callPackage ../applications/misc/evince {
|
||||||
inherit (gnome) gnomedocutils gnomeicontheme libgnome
|
inherit (gnome) gnomedocutils gnomeicontheme libgnome
|
||||||
libgnomeui libglade glib gtk scrollkeeper gnome_keyring;
|
libgnomeui libglade scrollkeeper;
|
||||||
});
|
});
|
||||||
|
|
||||||
evolution_data_server = newScope (gnome // gtkLibs) ../servers/evolution-data-server { };
|
evolution_data_server = newScope (gnome // gtkLibs) ../servers/evolution-data-server { };
|
||||||
@ -7281,7 +7280,6 @@ let
|
|||||||
|
|
||||||
retroshare = callPackage ../applications/networking/p2p/retroshare {
|
retroshare = callPackage ../applications/networking/p2p/retroshare {
|
||||||
qt = qt4;
|
qt = qt4;
|
||||||
inherit (gnome) gnome_keyring;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
rsync = callPackage ../applications/networking/sync/rsync {
|
rsync = callPackage ../applications/networking/sync/rsync {
|
||||||
|
Loading…
Reference in New Issue
Block a user