Now Funpidgin recognizes ScreenSaver extension
svn path=/nixpkgs/trunk/; revision=11839
This commit is contained in:
parent
732e12095e
commit
9b91af24d3
|
@ -9,7 +9,7 @@ rec {
|
|||
GStreamer startupnotification
|
||||
libxml2 openssl nss
|
||||
libXScrnSaver ncurses scrnsaverproto
|
||||
libX11 xproto];
|
||||
libX11 xproto kbproto];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
pkgconfig gtk perl perlXMLParser gettext
|
||||
|
|
|
@ -5302,7 +5302,7 @@ let pkgs = rec {
|
|||
GStreamer = gst_all.gstreamer;
|
||||
inherit (gtkLibs) gtk;
|
||||
inherit (gnome) startupnotification;
|
||||
inherit (xlibs) libXScrnSaver scrnsaverproto libX11 xproto;
|
||||
inherit (xlibs) libXScrnSaver scrnsaverproto libX11 xproto kbproto;
|
||||
} null;
|
||||
|
||||
gimp = import ../applications/graphics/gimp {
|
||||
|
|
Loading…
Reference in New Issue