summary refs log tree commit diff
path: root/pkgs/tools/X11/xpra
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2012-07-06 03:36:15 +0200
committeraszlig <aszlig@redmoonstudios.org>2012-07-06 03:41:32 +0200
commitceff799efcf1380b765c20a8a35d3cdaa26bafcb (patch)
treeb8c987e72823a730295efb945a033efe28109bde /pkgs/tools/X11/xpra
parent5cf889967374a49f0af8eb974c1d14b255e4fa14 (diff)
downloadnixlib-ceff799efcf1380b765c20a8a35d3cdaa26bafcb.tar
nixlib-ceff799efcf1380b765c20a8a35d3cdaa26bafcb.tar.gz
nixlib-ceff799efcf1380b765c20a8a35d3cdaa26bafcb.tar.bz2
nixlib-ceff799efcf1380b765c20a8a35d3cdaa26bafcb.tar.lz
nixlib-ceff799efcf1380b765c20a8a35d3cdaa26bafcb.tar.xz
nixlib-ceff799efcf1380b765c20a8a35d3cdaa26bafcb.tar.zst
nixlib-ceff799efcf1380b765c20a8a35d3cdaa26bafcb.zip
xpra: Add python notify module.
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.
Diffstat (limited to 'pkgs/tools/X11/xpra')
-rw-r--r--pkgs/tools/X11/xpra/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/X11/xpra/default.nix b/pkgs/tools/X11/xpra/default.nix
index a6d0065e8cc1..3fbb350e0ab0 100644
--- a/pkgs/tools/X11/xpra/default.nix
+++ b/pkgs/tools/X11/xpra/default.nix
@@ -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 {