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