mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-05-07 14:47:02 +00:00
keybinder: do not use top-level python packages
This commit is contained in:
parent
aa23f61120
commit
a0fc782d6e
1 changed files with 5 additions and 3 deletions
|
@ -1,8 +1,10 @@
|
||||||
{ stdenv, fetchurl, autoconf, automake, libtool, pkgconfig, gnome3, pygobject3, pygtk
|
{ stdenv, fetchurl, autoconf, automake, libtool, pkgconfig, gnome3
|
||||||
, gtk_doc, gtk2, python, lua, libX11, libXext, libXrender, gobjectIntrospection
|
, 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}";
|
name = "keybinder-${version}";
|
||||||
version = "0.3.0";
|
version = "0.3.0";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue