Now Funpidgin recognizes ScreenSaver extension

svn path=/nixpkgs/trunk/; revision=11839
This commit is contained in:
Michael Raskin 2008-05-18 06:12:45 +00:00
parent 732e12095e
commit 9b91af24d3
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ rec {
GStreamer startupnotification GStreamer startupnotification
libxml2 openssl nss libxml2 openssl nss
libXScrnSaver ncurses scrnsaverproto libXScrnSaver ncurses scrnsaverproto
libX11 xproto]; libX11 xproto kbproto];
propagatedBuildInputs = [ propagatedBuildInputs = [
pkgconfig gtk perl perlXMLParser gettext pkgconfig gtk perl perlXMLParser gettext

View file

@ -5302,7 +5302,7 @@ let pkgs = rec {
GStreamer = gst_all.gstreamer; GStreamer = gst_all.gstreamer;
inherit (gtkLibs) gtk; inherit (gtkLibs) gtk;
inherit (gnome) startupnotification; inherit (gnome) startupnotification;
inherit (xlibs) libXScrnSaver scrnsaverproto libX11 xproto; inherit (xlibs) libXScrnSaver scrnsaverproto libX11 xproto kbproto;
} null; } null;
gimp = import ../applications/graphics/gimp { gimp = import ../applications/graphics/gimp {