* 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
+3 -3
View File
@@ -1,10 +1,10 @@
{stdenv, fetchurl, wxGTK, chmlib}:
stdenv.mkDerivation {
name = "xchm-1.2";
name = "xchm-1.9";
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/xchm-1.2.tar.gz;
md5 = "17f2cda873f61470636dbfeebb4a531d";
url = http://surfnet.dl.sourceforge.net/sourceforge/xchm/xchm-1.9.tar.gz;
md5 = "12e1faf49447c743c5c936636cd8a172";
};
buildInputs = [wxGTK chmlib];
}