mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
keybinder: use python2
This commit is contained in:
parent
77dacee416
commit
1247d6bcbd
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue