2008-01-30 17:20:48 +00:00
|
|
|
args: with args;
|
|
|
|
stdenv.mkDerivation {
|
2007-11-11 08:16:23 +00:00
|
|
|
name = "synergy-cvs";
|
|
|
|
|
2008-03-15 04:35:29 +00:00
|
|
|
src = bleedingEdgeRepos.sourceByName "synergy";
|
|
|
|
/*
|
|
|
|
fetchcvs {
|
2008-02-28 22:36:37 +00:00
|
|
|
cvsRoot = ":pserver:anonymous@synergy2.cvs.sourceforge.net:/cvsroot/synergy2";
|
2007-11-11 08:16:23 +00:00
|
|
|
module = "synergy";
|
2007-11-13 01:26:54 +00:00
|
|
|
date = "NOW";
|
2008-03-15 04:35:29 +00:00
|
|
|
sha256 = "0a52b3adaae5f41cf16c5911c9037c5f2ee704a27bcaa9f874e3a4ff58d773c1";
|
2007-11-11 08:16:23 +00:00
|
|
|
};
|
2008-03-15 04:35:29 +00:00
|
|
|
*/
|
2007-11-11 08:16:23 +00:00
|
|
|
|
2009-11-12 16:11:44 +00:00
|
|
|
buildInputs = [x11 xextproto libXtst inputproto libXi];
|
2007-11-11 08:16:23 +00:00
|
|
|
|
2009-04-29 14:04:01 +01:00
|
|
|
patches = [ (fetchurl {
|
|
|
|
url = http://mawercer.de/~nix/syncergy-gcc43.patch.gz;
|
|
|
|
sha256 = "12kla0nii6qc9fy5x4dc4qisfcyl9dqnrj5y911davnvwkwlj18h";
|
|
|
|
}) ];
|
|
|
|
|
2007-11-11 08:16:23 +00:00
|
|
|
meta= {
|
|
|
|
description = "share mouse keyboard and clipboard between computers";
|
2008-01-30 19:49:42 +00:00
|
|
|
homepage = http://synergy2.sourceforge.net;
|
2007-11-11 08:16:23 +00:00
|
|
|
license = "GPL";
|
|
|
|
};
|
|
|
|
}
|