summaryrefslogtreecommitdiffstats
path: root/pkgs/development/libraries/chmlib
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2006-01-30 16:04:03 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2006-01-30 16:04:03 +0000
commit3389f4bc3660f5f47fdf8e9ebf41c1de1b30f671 (patch)
tree8f4f5bc667119caf379ff3677e1cf25e0f920cf4 /pkgs/development/libraries/chmlib
parent53c56afcfe0600ecf582114f7da2e21eaa2dbd11 (diff)
* Copy lots of files to nix.cs.uu.nl.
svn path=/nixpkgs/trunk/; revision=4623
Diffstat (limited to 'pkgs/development/libraries/chmlib')
-rw-r--r--pkgs/development/libraries/chmlib/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/chmlib/default.nix b/pkgs/development/libraries/chmlib/default.nix
index 3cf75aba9ed3..5d211278749e 100644
--- a/pkgs/development/libraries/chmlib/default.nix
+++ b/pkgs/development/libraries/chmlib/default.nix
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
name = "chmlib-0.36";
builder = ./builder.sh;
src = fetchurl {
- url = http://66.93.236.84/%7Ejedwin/projects/chmlib/chmlib-0.36.tbz;
+ url = http://nix.cs.uu.nl/dist/tarballs/chmlib-0.36.tbz;
md5 = "8fa5e9a1af13084ca465d9ee09e1946e";
};
buildInputs = [libtool];