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-01-30 18:20:48 +01:00
|
|
|
src = fetchcvs {
|
2007-11-11 09:16:23 +01:00
|
|
|
url = ":pserver:anonymous@synergy2.cvs.sourceforge.net:/cvsroot/synergy2";
|
|
|
|
module = "synergy";
|
2007-11-13 02:26:54 +01:00
|
|
|
date = "NOW";
|
2007-11-11 09:16:23 +01:00
|
|
|
sha256 = "ef8e2ebfda6e43240051a7af9417092b2af50ece8b5c6c3fbd908ba91c4fe068";
|
|
|
|
};
|
|
|
|
|
2008-01-30 18:20:48 +01:00
|
|
|
buildInputs = [x11 xextproto libXtst inputproto];
|
2007-11-11 09:16:23 +01:00
|
|
|
|
|
|
|
meta= {
|
|
|
|
description = "share mouse keyboard and clipboard between computers";
|
|
|
|
homepage = http://synergy2;
|
|
|
|
license = "GPL";
|
|
|
|
};
|
|
|
|
}
|