libayatana-appindicator: drop unneeded python dependency
all of that was dropped in 0.5.5 https://github.com/AyatanaIndicators/libayatana-appindicator/blob/0.5.5/ChangeLog
This commit is contained in:
parent
1af2af99ff
commit
84970f82dd
|
@ -4,7 +4,7 @@
|
||||||
, gtkVersion ? "3"
|
, gtkVersion ? "3"
|
||||||
, gtk2, libayatana-indicator-gtk2, libdbusmenu-gtk2
|
, gtk2, libayatana-indicator-gtk2, libdbusmenu-gtk2
|
||||||
, gtk3, libayatana-indicator-gtk3, libdbusmenu-gtk3
|
, gtk3, libayatana-indicator-gtk3, libdbusmenu-gtk3
|
||||||
, dbus-glib, python2, python2Packages
|
, dbus-glib,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||||
sha256 = "1sba0w455rdkadkhxrx4fr63m0d9blsbb1q1hcshxw1k1z2nh1gk";
|
sha256 = "1sba0w455rdkadkhxrx4fr63m0d9blsbb1q1hcshxw1k1z2nh1gk";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config autoreconfHook gtk-doc gobject-introspection python2 python2Packages.pygtk dbus-glib ];
|
nativeBuildInputs = [ pkg-config autoreconfHook gtk-doc gobject-introspection dbus-glib ];
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
lib.lists.optional (gtkVersion == "2") libayatana-indicator-gtk2
|
lib.lists.optional (gtkVersion == "2") libayatana-indicator-gtk2
|
||||||
|
|
Loading…
Reference in New Issue