summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/admin/tightvnc
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2007-08-27 13:01:33 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2007-08-27 13:01:33 +0000
commit607b0d3e8026ff7ea28f580a40a2b51bd27a3965 (patch)
tree0a1a3e970d7abb9a785df0376794b2b4cb4199e7 /pkgs/tools/admin/tightvnc
parent45a2c87402c70f14cd6b4505e7b9c6f1872fb546 (diff)
* Rewrite all the SourceForge URLs to mirror://sourceforge/.
find . -name "*.nix" | while read fn; do sed 's^http://[a-z]*.dl.sourceforge.net/sourceforge/^mirror://sourceforge/^g' < $fn > $fn.new; mv $fn.new $fn; done svn path=/nixpkgs/trunk/; revision=9198
Diffstat (limited to 'pkgs/tools/admin/tightvnc')
-rw-r--r--pkgs/tools/admin/tightvnc/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/admin/tightvnc/default.nix b/pkgs/tools/admin/tightvnc/default.nix
index 04359bfd3bc2..ee6b36bcbc20 100644
--- a/pkgs/tools/admin/tightvnc/default.nix
+++ b/pkgs/tools/admin/tightvnc/default.nix
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
name = "tightvnc-1.3.9";
builder = ./builder.sh;
src = fetchurl {
- url = http://surfnet.dl.sourceforge.net/sourceforge/vnc-tight/tightvnc-1.3.9_unixsrc.tar.bz2;
+ url = mirror://sourceforge/vnc-tight/tightvnc-1.3.9_unixsrc.tar.bz2;
sha256 = "0nij6kyzwxf7nblwd6riwqhzh8b8xwdffpj379zi5y9mcmiwmalr";
};
buildInputs = [x11 zlib libjpeg imake gccmakedep libXmu libXaw libXpm libXp];