summary refs log tree commit diff
path: root/pkgs/tools/X11
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
parent5cf889967374a49f0af8eb974c1d14b255e4fa14 (diff)
downloadnixpkgs-ceff799efcf1380b765c20a8a35d3cdaa26bafcb.tar
nixpkgs-ceff799efcf1380b765c20a8a35d3cdaa26bafcb.tar.gz
nixpkgs-ceff799efcf1380b765c20a8a35d3cdaa26bafcb.tar.bz2
nixpkgs-ceff799efcf1380b765c20a8a35d3cdaa26bafcb.tar.lz
nixpkgs-ceff799efcf1380b765c20a8a35d3cdaa26bafcb.tar.xz
nixpkgs-ceff799efcf1380b765c20a8a35d3cdaa26bafcb.tar.zst
nixpkgs-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')
-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 a6d0065e8cc..3fbb350e0ab 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 {