1 { lib, stdenv, fetchFromGitHub, pkg-config, xorgproto, libxcb
2 , autoreconfHook, json-glib, gtk-doc, which
3 , gobject-introspection
6 stdenv.mkDerivation rec {
10 src = fetchFromGitHub {
14 sha256 = "01fzvrbnzcwx0vxw29igfpza9zwzp2s7msmzb92v01z0rz0y5m0p";
18 nativeBuildInputs = [ autoreconfHook which pkg-config gtk-doc gobject-introspection ];
20 buildInputs = [ libxcb json-glib xorgproto ];
27 description = "C interface library to i3wm";
28 homepage = "https://github.com/acrisci/i3ipc-glib";
29 maintainers = with maintainers; [teto];
30 license = licenses.gpl3;
31 platforms = platforms.linux;