keybinder: use python2

This commit is contained in:
Frederik Rietdijk 2016-10-17 15:40:35 +02:00
parent 77dacee416
commit 1247d6bcbd

View File

@ -1,9 +1,9 @@
{ stdenv, fetchurl, autoconf, automake, libtool, pkgconfig, gnome3
, gtk_doc, gtk2, pythonPackages, lua, libX11, libXext, libXrender, gobjectIntrospection
, gtk_doc, gtk2, python2Packages, lua, libX11, libXext, libXrender, gobjectIntrospection
}:
let
inherit (pythonPackages) python pygobject3 pygtk;
inherit (python2Packages) python pygobject3 pygtk;
in stdenv.mkDerivation rec {
name = "keybinder-${version}";
version = "0.3.0";