keybinder: use python2
This commit is contained in:
parent
77dacee416
commit
1247d6bcbd
@ -1,9 +1,9 @@
|
|||||||
{ stdenv, fetchurl, autoconf, automake, libtool, pkgconfig, gnome3
|
{ 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
|
let
|
||||||
inherit (pythonPackages) python pygobject3 pygtk;
|
inherit (python2Packages) python pygobject3 pygtk;
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
name = "keybinder-${version}";
|
name = "keybinder-${version}";
|
||||||
version = "0.3.0";
|
version = "0.3.0";
|
||||||
|
Loading…
Reference in New Issue
Block a user