mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
keybinder: add gtk3 support
This commit is contained in:
parent
e443c6d3fa
commit
c0c835dcce
@ -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 = ''
|
||||
|
@ -4596,7 +4596,6 @@ let
|
||||
judy = callPackage ../development/libraries/judy { };
|
||||
|
||||
keybinder = callPackage ../development/libraries/keybinder {
|
||||
inherit (gnome2) gnome_common;
|
||||
automake = automake111x;
|
||||
lua = lua5_1;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user