summary refs log tree commit diff
path: root/pkgs/applications/misc/synergy
diff options
context:
space:
mode:
authorMarc Weber <marco-oweber@gmx.de>2009-04-29 13:04:01 +0000
committerMarc Weber <marco-oweber@gmx.de>2009-04-29 13:04:01 +0000
commit2eaae478afd63d5102b55d53a7ad845029ba75ed (patch)
tree154466efe8271474aae0300f6d635c838b035e4b /pkgs/applications/misc/synergy
parent8eaf87a94d5372625696ab81743c11cbf7a9f246 (diff)
downloadnixlib-2eaae478afd63d5102b55d53a7ad845029ba75ed.tar
nixlib-2eaae478afd63d5102b55d53a7ad845029ba75ed.tar.gz
nixlib-2eaae478afd63d5102b55d53a7ad845029ba75ed.tar.bz2
nixlib-2eaae478afd63d5102b55d53a7ad845029ba75ed.tar.lz
nixlib-2eaae478afd63d5102b55d53a7ad845029ba75ed.tar.xz
nixlib-2eaae478afd63d5102b55d53a7ad845029ba75ed.tar.zst
nixlib-2eaae478afd63d5102b55d53a7ad845029ba75ed.zip
synergy patch making it compile again
svn path=/nixpkgs/trunk/; revision=15392
Diffstat (limited to 'pkgs/applications/misc/synergy')
-rw-r--r--pkgs/applications/misc/synergy/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/applications/misc/synergy/default.nix b/pkgs/applications/misc/synergy/default.nix
index 1912ef0dfe8e..e7f24b37f161 100644
--- a/pkgs/applications/misc/synergy/default.nix
+++ b/pkgs/applications/misc/synergy/default.nix
@@ -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;