Merge pull request #1947 from NixOS/keybinder
keybinder: add gtk3 support
This commit is contained in:
commit
d88a4272bd
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchurl, autoconf, automake, libtool, pkgconfig, gnome_common
|
{ stdenv, fetchurl, autoconf, automake, libtool, pkgconfig, gnome3, pygobject3, pygtk
|
||||||
, gtk_doc, gtk2, python, pygtk, pygobject, lua
|
, gtk_doc, gtk2, python, pygtk3, pygobject, lua, libX11, libXext, libXrender, gobjectIntrospection
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -13,8 +13,8 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
autoconf automake libtool pkgconfig gnome_common gtk_doc gtk2
|
autoconf automake libtool pkgconfig gnome3.gnome_common gtk_doc gnome3.gtk3
|
||||||
python pygtk pygobject lua
|
python pygobject3 pygtk lua libX11 libXext libXrender gobjectIntrospection gtk2
|
||||||
];
|
];
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
|
@ -4596,7 +4596,6 @@ let
|
|||||||
judy = callPackage ../development/libraries/judy { };
|
judy = callPackage ../development/libraries/judy { };
|
||||||
|
|
||||||
keybinder = callPackage ../development/libraries/keybinder {
|
keybinder = callPackage ../development/libraries/keybinder {
|
||||||
inherit (gnome2) gnome_common;
|
|
||||||
automake = automake111x;
|
automake = automake111x;
|
||||||
lua = lua5_1;
|
lua = lua5_1;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user