1 { lib, stdenv, fetchFromGitLab, python3, pkg-config
2 , xmlto, docbook2x, docbook_xsl, docbook_xml_dtd_412 }:
6 version = "2017-02-12";
8 src = fetchFromGitLab {
11 rev = "dc0f65a7846a3922338e72d8c6140053fe914b54";
12 sha256 = "1hslwqa0gqsnl3l6hd5hxpn0wlachxd51infifhlwhyhd6iwgx8p";
15 nativeBuildInputs = [ pkg-config xmlto docbook2x docbook_xsl docbook_xml_dtd_412 ];
19 # Needed for proxy support I believe, which I haven't tested.
20 # Probably needs to be propagated and some wrapPython magic
27 substituteInPlace Makefile \
28 --replace '-o 0 -g 0' ""
37 description = "IRC client that runs as a daemon accepting notification requests";
38 homepage = "https://gitlab.com/esr/irker";
39 license = licenses.bsd2;
41 mainProgram = "irkerd";
42 platforms = platforms.unix;