summary refs log tree commit diff
path: root/pkgs/top-level/all-packages.nix
diff options
context:
space:
mode:
authorMartin Bravenboer <martin.bravenboer@logicblox.com>2007-05-13 16:19:46 +0000
committerMartin Bravenboer <martin.bravenboer@logicblox.com>2007-05-13 16:19:46 +0000
commit109a74d558bebb9bc4d3fc1e3397e92962c8372a (patch)
tree6c32956bae3a393f635789630e549e100b091c62 /pkgs/top-level/all-packages.nix
parent93393a6748da9551e3cefb4bad60d3df3e1e9b65 (diff)
downloadnixpkgs-109a74d558bebb9bc4d3fc1e3397e92962c8372a.tar
nixpkgs-109a74d558bebb9bc4d3fc1e3397e92962c8372a.tar.gz
nixpkgs-109a74d558bebb9bc4d3fc1e3397e92962c8372a.tar.bz2
nixpkgs-109a74d558bebb9bc4d3fc1e3397e92962c8372a.tar.lz
nixpkgs-109a74d558bebb9bc4d3fc1e3397e92962c8372a.tar.xz
nixpkgs-109a74d558bebb9bc4d3fc1e3397e92962c8372a.tar.zst
nixpkgs-109a74d558bebb9bc4d3fc1e3397e92962c8372a.zip
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
Diffstat (limited to 'pkgs/top-level/all-packages.nix')
-rw-r--r--pkgs/top-level/all-packages.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 0547bf5a841..76d4939ba88 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -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 {