synergy patch making it compile again
svn path=/nixpkgs/trunk/; revision=15392
This commit is contained in:
parent
8eaf87a94d
commit
2eaae478af
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue