synergy broke by xorg-update
svn path=/nixpkgs/trunk/; revision=18335
This commit is contained in:
parent
9d15a2ed67
commit
f5d0193047
@ -12,7 +12,7 @@ stdenv.mkDerivation {
|
|||||||
};
|
};
|
||||||
*/
|
*/
|
||||||
|
|
||||||
buildInputs = [x11 xextproto libXtst inputproto];
|
buildInputs = [x11 xextproto libXtst inputproto libXi];
|
||||||
|
|
||||||
patches = [ (fetchurl {
|
patches = [ (fetchurl {
|
||||||
url = http://mawercer.de/~nix/syncergy-gcc43.patch.gz;
|
url = http://mawercer.de/~nix/syncergy-gcc43.patch.gz;
|
||||||
|
@ -7629,7 +7629,7 @@ let
|
|||||||
# linux only by now
|
# linux only by now
|
||||||
synergy = import ../applications/misc/synergy {
|
synergy = import ../applications/misc/synergy {
|
||||||
inherit fetchurl bleedingEdgeRepos stdenv x11;
|
inherit fetchurl bleedingEdgeRepos stdenv x11;
|
||||||
inherit (xlibs) xextproto libXtst inputproto;
|
inherit (xlibs) xextproto libXtst inputproto libXi;
|
||||||
};
|
};
|
||||||
|
|
||||||
tahoelafs = import ../tools/networking/p2p/tahoe-lafs {
|
tahoelafs = import ../tools/networking/p2p/tahoe-lafs {
|
||||||
|
Loading…
Reference in New Issue
Block a user