pythonPackages: use pygobject and pygtk of same python version
This commit is contained in:
parent
f8447dc1e0
commit
7fef7e53ce
@ -1600,7 +1600,7 @@ let pythonPackages = python.modules // rec {
|
|||||||
sha256 = "1kh4spwgqxm534qlzzf2ijchckvs0pwjxl1irhicjmlg7mybnfvx";
|
sha256 = "1kh4spwgqxm534qlzzf2ijchckvs0pwjxl1irhicjmlg7mybnfvx";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ python pkgs.pkgconfig pkgs.libnotify pkgs.pygobject pkgs.pygtk pkgs.glib pkgs.gtk pkgs.dbus_glib ];
|
buildInputs = [ python pkgs.pkgconfig pkgs.libnotify pygobject pygtk pkgs.glib pkgs.gtk pkgs.dbus_glib ];
|
||||||
|
|
||||||
postInstall = "cd $out/lib/python*/site-packages && ln -s gtk-*/pynotify .";
|
postInstall = "cd $out/lib/python*/site-packages && ln -s gtk-*/pynotify .";
|
||||||
|
|
||||||
@ -2850,7 +2850,7 @@ let pythonPackages = python.modules // rec {
|
|||||||
# error: invalid command 'test'
|
# error: invalid command 'test'
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
propagatedBuildInputs = [ pkgs.xlibs.libX11 pkgs.pythonDBus pkgs.pygobject ];
|
propagatedBuildInputs = [ pkgs.xlibs.libX11 pkgs.pythonDBus pygobject ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "High-level, platform independent Skype API wrapper for Python";
|
description = "High-level, platform independent Skype API wrapper for Python";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user