13 gobject-introspection,
16 stdenv.mkDerivation rec {
20 src = fetchFromGitHub {
24 sha256 = "sha256-elL6DZtzCwAtoyGZYP0jAma6tHPks2KAtrziWtBENGU=";
42 configureFlags = [ "--disable-python" ];
45 ./autogen.sh --prefix="$out" $configureFlags
49 description = "Library for registering global key bindings";
51 keybinder is a library for registering global keyboard shortcuts.
52 Keybinder works with GTK-based applications using the X Window System.
56 * A C library, ``libkeybinder``
57 * Gobject-Introspection (gir) generated bindings
58 * Lua bindings, ``lua-keybinder``
60 homepage = "https://github.com/engla/keybinder/";
61 license = licenses.gpl2Plus;
62 platforms = platforms.linux;
63 maintainers = [ maintainers.bjornfor ];