svn path=/nixpkgs/trunk/; revision=5511
This commit is contained in:
Eelco Dolstra 2006-06-24 10:32:02 +00:00
parent 60031f78d3
commit 9273065b05

View file

@ -5,7 +5,7 @@ stdenv.mkDerivation {
builder = ./builder.sh;
src = fetchurl {
url = http://66.93.236.84/~jedwin/projects/chmlib/chmlib-0.38.tar.bz2;
md5 = "8fa5e9a1af13084ca465d9ee09e1946e";
md5 = "d72661526aaea377ed30e9f58a086964";
};
buildInputs = [libtool];
}