synergy broke by xorg-update

svn path=/nixpkgs/trunk/; revision=18335
This commit is contained in:
Marc Weber 2009-11-12 16:11:44 +00:00
parent 9d15a2ed67
commit f5d0193047
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ stdenv.mkDerivation {
};
*/
buildInputs = [x11 xextproto libXtst inputproto];
buildInputs = [x11 xextproto libXtst inputproto libXi];
patches = [ (fetchurl {
url = http://mawercer.de/~nix/syncergy-gcc43.patch.gz;

View File

@ -7629,7 +7629,7 @@ let
# linux only by now
synergy = import ../applications/misc/synergy {
inherit fetchurl bleedingEdgeRepos stdenv x11;
inherit (xlibs) xextproto libXtst inputproto;
inherit (xlibs) xextproto libXtst inputproto libXi;
};
tahoelafs = import ../tools/networking/p2p/tahoe-lafs {