Skip to content

Commit

Permalink
keybinder: add gtk3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Mar 14, 2014
1 parent e443c6d commit c0c835d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/libraries/keybinder/default.nix
Original file line number Diff line number Diff line change
@@ -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 {
Expand All @@ -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 = ''
Expand Down
1 change: 0 additions & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4596,7 +4596,6 @@ let
judy = callPackage ../development/libraries/judy { };

keybinder = callPackage ../development/libraries/keybinder {
inherit (gnome2) gnome_common;
automake = automake111x;
lua = lua5_1;
};
Expand Down

0 comments on commit c0c835d

Please sign in to comment.