* Update or disable some stuff.

svn path=/nixpkgs/trunk/; revision=5509
This commit is contained in:
Eelco Dolstra
2006-06-24 10:26:52 +00:00
parent c9db2ab939
commit 8a58852d9d
6 changed files with 14 additions and 11 deletions
@@ -1,10 +1,10 @@
{stdenv, fetchurl, libtool}:
stdenv.mkDerivation {
name = "chmlib-0.36";
name = "chmlib-0.38";
builder = ./builder.sh;
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/chmlib-0.36.tbz;
url = http://66.93.236.84/~jedwin/projects/chmlib/chmlib-0.38.tar.bz2;
md5 = "8fa5e9a1af13084ca465d9ee09e1946e";
};
buildInputs = [libtool];