mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
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 {
|
||||
url = http://mawercer.de/~nix/syncergy-gcc43.patch.gz;
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user