Skip to content

Commit

Permalink
xpra: Add python notify module.
Browse files Browse the repository at this point in the history
This is not needed to run XPRA, but gets rid of a few nasty errors.

XPRA is using the notify library to display nice desktop notifications, so there
might be users who actually like to have those funny things.
  • Loading branch information
aszlig committed Jul 6, 2012
1 parent 5cf8899 commit ceff799
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkgs/tools/X11/xpra/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ stdenv, fetchurl, pkgconfig, python, cython
, pygtk, pygobject, pycairo, xlibs, gtk
, pygtk, pygobject, pycairo, notify, xlibs, gtk
, ffmpeg, x264, libvpx, makeWrapper}:

stdenv.mkDerivation rec {
Expand Down
4 changes: 3 additions & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7683,7 +7683,9 @@ let
libxpdf = callPackage ../applications/misc/xpdf/libxpdf.nix {
};

xpra = callPackage ../tools/X11/xpra { };
xpra = callPackage ../tools/X11/xpra {
inherit (pythonPackages) notify;
};

xscreensaver = callPackage ../misc/screensavers/xscreensaver {
inherit (gnome) libglade;
Expand Down

0 comments on commit ceff799

Please sign in to comment.