used bleeding edge source for synergy. Got different hash from cvs checkout.

svn path=/nixpkgs/trunk/; revision=11130
This commit is contained in:
Marc Weber 2008-03-15 04:35:29 +00:00
parent f0729c16e9
commit acf8a34a9a
3 changed files with 9 additions and 3 deletions

View file

@ -2,12 +2,15 @@ args: with args;
stdenv.mkDerivation {
name = "synergy-cvs";
src = fetchcvs {
src = bleedingEdgeRepos.sourceByName "synergy";
/*
fetchcvs {
cvsRoot = ":pserver:anonymous@synergy2.cvs.sourceforge.net:/cvsroot/synergy2";
module = "synergy";
date = "NOW";
sha256 = "ef8e2ebfda6e43240051a7af9417092b2af50ece8b5c6c3fbd908ba91c4fe068";
sha256 = "0a52b3adaae5f41cf16c5911c9037c5f2ee704a27bcaa9f874e3a4ff58d773c1";
};
*/
buildInputs = [x11 xextproto libXtst inputproto];

View file

@ -0,0 +1,3 @@
args: with args; fetchurl {
url = http://mawercer.de/~nix/repos/synergy.tar.gz;
sha256 = "c86dde2f10e7071d823cff542ea6c98a7e29a45e4909034edbd7605caa775a47";}

View file

@ -5437,7 +5437,7 @@ rec {
# linux only by now
synergy = import ../applications/misc/synergy {
inherit fetchcvs stdenv x11;
inherit bleedingEdgeRepos stdenv x11;
inherit (xlibs) xextproto libXtst inputproto;
};