* wxGTK 2.6.

* Also updated chmlib, xchm.

svn path=/nixpkgs/trunk/; revision=4109
This commit is contained in:
Eelco Dolstra
2005-10-19 15:15:37 +00:00
parent 154fbad053
commit 33eee5d50d
6 changed files with 52 additions and 10 deletions

View File

@@ -1,10 +1,10 @@
{stdenv, fetchurl, wxGTK, chmlib}:
stdenv.mkDerivation {
name = "xchm-0.9.1";
name = "xchm-1.2";
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/xchm-0.9.1.tar.gz;
md5 = "5ba671e09e4c3ac46ffb5ce9d2c985eb";
url = http://surfnet.dl.sourceforge.net/sourceforge/xchm/xchm-1.2.tar.gz;
md5 = "17f2cda873f61470636dbfeebb4a531d";
};
buildInputs = [wxGTK chmlib];
}