2008-01-30 09:20:48 -08:00
|
|
|
args: with args;
|
|
|
|
stdenv.mkDerivation {
|
2007-11-11 00:16:23 -08:00
|
|
|
name = "synergy-cvs";
|
|
|
|
|
2008-03-14 21:35:29 -07:00
|
|
|
src = bleedingEdgeRepos.sourceByName "synergy";
|
|
|
|
/*
|
|
|
|
fetchcvs {
|
2008-02-28 14:36:37 -08:00
|
|
|
cvsRoot = ":pserver:anonymous@synergy2.cvs.sourceforge.net:/cvsroot/synergy2";
|
2007-11-11 00:16:23 -08:00
|
|
|
module = "synergy";
|
2007-11-12 17:26:54 -08:00
|
|
|
date = "NOW";
|
2008-03-14 21:35:29 -07:00
|
|
|
sha256 = "0a52b3adaae5f41cf16c5911c9037c5f2ee704a27bcaa9f874e3a4ff58d773c1";
|
2007-11-11 00:16:23 -08:00
|
|
|
};
|
2008-03-14 21:35:29 -07:00
|
|
|
*/
|
2007-11-11 00:16:23 -08:00
|
|
|
|
2008-01-30 09:20:48 -08:00
|
|
|
buildInputs = [x11 xextproto libXtst inputproto];
|
2007-11-11 00:16:23 -08:00
|
|
|
|
|
|
|
meta= {
|
|
|
|
description = "share mouse keyboard and clipboard between computers";
|
2008-01-30 11:49:42 -08:00
|
|
|
homepage = http://synergy2.sourceforge.net;
|
2007-11-11 00:16:23 -08:00
|
|
|
license = "GPL";
|
|
|
|
};
|
|
|
|
}
|