mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
pyGtkGlade: fix eval
I didn't expect the file to be imported on two places.
This commit is contained in:
parent
84262c18e3
commit
ca67fccbfe
@ -106,7 +106,7 @@ pythonPackages = python.modules // rec {
|
||||
# inherit (pkgs.gnome) libglade;
|
||||
#};
|
||||
pyGtkGlade = import ../development/python-modules/pygtk {
|
||||
inherit (pkgs) fetchurl stdenv pkgconfig glib gtk;
|
||||
inherit (pkgs) fetchurl stdenv pkgconfig gtk;
|
||||
inherit (pkgs.gnome) libglade;
|
||||
inherit python buildPythonPackage pygobject pycairo;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user