used bleeding edge source for synergy. Got different hash from cvs checkout.
svn path=/nixpkgs/trunk/; revision=11130
This commit is contained in:
@@ -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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user