Merge pull request #1947 from NixOS/keybinder

keybinder: add gtk3 support
This commit is contained in:
Domen Kožar 2014-03-14 13:11:03 +01:00
commit d88a4272bd
2 changed files with 4 additions and 5 deletions

View file

@ -1,5 +1,5 @@
{ stdenv, fetchurl, autoconf, automake, libtool, pkgconfig, gnome_common
, gtk_doc, gtk2, python, pygtk, pygobject, lua
{ stdenv, fetchurl, autoconf, automake, libtool, pkgconfig, gnome3, pygobject3, pygtk
, gtk_doc, gtk2, python, pygtk3, pygobject, lua, libX11, libXext, libXrender, gobjectIntrospection
}:
stdenv.mkDerivation rec {
@ -13,8 +13,8 @@ stdenv.mkDerivation rec {
};
buildInputs = [
autoconf automake libtool pkgconfig gnome_common gtk_doc gtk2
python pygtk pygobject lua
autoconf automake libtool pkgconfig gnome3.gnome_common gtk_doc gnome3.gtk3
python pygobject3 pygtk lua libX11 libXext libXrender gobjectIntrospection gtk2
];
preConfigure = ''

View file

@ -4596,7 +4596,6 @@ let
judy = callPackage ../development/libraries/judy { };
keybinder = callPackage ../development/libraries/keybinder {
inherit (gnome2) gnome_common;
automake = automake111x;
lua = lua5_1;
};