1 { lib, stdenv, autoreconfHook, libtool, pkg-config, gnutls, fetchFromGitHub, texinfo }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
8 owner = "timothytylee";
11 sha256 = "1xv302p344hnpxqcgs3z6wwxhrik39ckgfw5cjyrw0dkf316z9yh";
14 nativeBuildInputs = [ pkg-config autoreconfHook libtool texinfo ];
15 buildInputs = [ gnutls ];
18 description = "XML parser for jabber";
20 homepage = "https://github.com/timothytylee/iksemel-1.4";
21 license = licenses.gpl2;
22 maintainers = with maintainers; [ disassembler ];
23 platforms = platforms.linux;