synergy patch making it compile again

svn path=/nixpkgs/trunk/; revision=15392
This commit is contained in:
Marc Weber 2009-04-29 13:04:01 +00:00
parent 8eaf87a94d
commit 2eaae478af
2 changed files with 6 additions and 1 deletions

View File

@ -14,6 +14,11 @@ stdenv.mkDerivation {
buildInputs = [x11 xextproto libXtst inputproto];
patches = [ (fetchurl {
url = http://mawercer.de/~nix/syncergy-gcc43.patch.gz;
sha256 = "12kla0nii6qc9fy5x4dc4qisfcyl9dqnrj5y911davnvwkwlj18h";
}) ];
meta= {
description = "share mouse keyboard and clipboard between computers";
homepage = http://synergy2.sourceforge.net;

View File

@ -6733,7 +6733,7 @@ let
# linux only by now
synergy = import ../applications/misc/synergy {
inherit bleedingEdgeRepos stdenv x11;
inherit fetchurl bleedingEdgeRepos stdenv x11;
inherit (xlibs) xextproto libXtst inputproto;
};