Pidgin needs libXScrnSaver to make the automatic status changes work

(without this library it will always switch to Away after 5 minutes
and never make you Available again)

Build pidgin for release

Don't build Gaim for release


svn path=/nixpkgs/trunk/; revision=8661
This commit is contained in:
Martin Bravenboer 2007-05-13 16:19:46 +00:00
parent 93393a6748
commit 109a74d558
3 changed files with 5 additions and 2 deletions

View File

@ -12,7 +12,8 @@
*/
{ stdenv, fetchurl, pkgconfig, glib, gtk, gtkspell, aspell,
GStreamer, startupnotification, gettext,
perl, perlXMLParser, libxml2, openssl, nss
perl, perlXMLParser, libxml2, openssl, nss,
libXScrnSaver
} :
stdenv.mkDerivation {
@ -28,5 +29,6 @@ stdenv.mkDerivation {
pkgconfig glib gtk gtkspell aspell
GStreamer startupnotification gettext
perl perlXMLParser libxml2 openssl nss
libXScrnSaver
];
}

View File

@ -2681,6 +2681,7 @@ rec {
inherit fetchurl stdenv pkgconfig perl perlXMLParser libxml2 openssl nss gtkspell GStreamer aspell gettext;
inherit (gtkLibs) glib gtk;
inherit (gnome) startupnotification;
inherit (xlibs) libXScrnSaver;
};
gimp = import ../applications/graphics/gimp {

View File

@ -51,7 +51,6 @@ let {
findutils
firefoxWrapper
flex2533
gaim
gawk
gcc
gcc34
@ -115,6 +114,7 @@ let {
pciutils
perl
php
pidgin
pkgconfig
postgresql
postgresql_jdbc