compiz: use python2
This commit is contained in:
parent
95c54db397
commit
660585b32d
@ -5,14 +5,15 @@
|
|||||||
, libstartup_notification, libpthreadstubs, libxcb, intltool
|
, libstartup_notification, libpthreadstubs, libxcb, intltool
|
||||||
, ORBit2, libXau, libICE, libSM
|
, ORBit2, libXau, libICE, libSM
|
||||||
, dbus, dbus_glib, librsvg, mesa
|
, dbus, dbus_glib, librsvg, mesa
|
||||||
, libXdmcp, libnotify, pythonPackages
|
, libXdmcp, libnotify, python2Packages
|
||||||
, hicolor_icon_theme, libjpeg_turbo, libsigcxx, protobuf
|
, hicolor_icon_theme, libjpeg_turbo, libsigcxx, protobuf
|
||||||
, xdg_utils
|
, xdg_utils
|
||||||
, gettext, boost, pyrex
|
, gettext, boost, pyrex
|
||||||
, makeWrapper
|
, makeWrapper
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
inherit (pythonPackages) python dbus-python pygtk;
|
# FIXME: Use python.withPackages so we can get rid of PYTHONPATH wrapper
|
||||||
|
inherit (python2Packages) python dbus-python pygtk;
|
||||||
|
|
||||||
s = # Generated upstream information
|
s = # Generated upstream information
|
||||||
rec {
|
rec {
|
||||||
|
Loading…
Reference in New Issue
Block a user