1 { lib, stdenv, fetchFromGitHub, autoreconfHook }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
10 rev = "2bef8d063ec7d88a8de6fd9f0513ea42ac0fa21f";
11 sha256 = "1hah0nw0l05npva2r35ywwd0kzyiiz4vamghm6d71h8170iva6m9";
14 nativeBuildInputs = [ autoreconfHook ];
17 homepage = "http://www.jedrea.com/chmlib";
18 license = licenses.lgpl2;
19 description = "A library for dealing with Microsoft ITSS/CHM format files";
20 platforms = platforms.unix;