keybinder: do not use top-level python packages
This commit is contained in:
parent
aa23f61120
commit
a0fc782d6e
@ -1,8 +1,10 @@
|
||||
{ stdenv, fetchurl, autoconf, automake, libtool, pkgconfig, gnome3, pygobject3, pygtk
|
||||
, gtk_doc, gtk2, python, lua, libX11, libXext, libXrender, gobjectIntrospection
|
||||
{ stdenv, fetchurl, autoconf, automake, libtool, pkgconfig, gnome3
|
||||
, gtk_doc, gtk2, pythonPackages, lua, libX11, libXext, libXrender, gobjectIntrospection
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
let
|
||||
inherit (pythonPackages) python pygobject3 pygtk;
|
||||
in stdenv.mkDerivation rec {
|
||||
name = "keybinder-${version}";
|
||||
version = "0.3.0";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user