forked from mirrors/nixpkgs
used bleeding edge source for synergy. Got different hash from cvs checkout.
svn path=/nixpkgs/trunk/; revision=11130
This commit is contained in:
parent
f0729c16e9
commit
acf8a34a9a
|
@ -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];
|
||||
|
||||
|
|
3
pkgs/misc/bleeding-edge-fetch-info/synergy.nix
Normal file
3
pkgs/misc/bleeding-edge-fetch-info/synergy.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
args: with args; fetchurl {
|
||||
url = http://mawercer.de/~nix/repos/synergy.tar.gz;
|
||||
sha256 = "c86dde2f10e7071d823cff542ea6c98a7e29a45e4909034edbd7605caa775a47";}
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue