compiz: use python2

This commit is contained in:
Frederik Rietdijk 2016-11-08 14:57:45 +01:00
parent 95c54db397
commit 660585b32d

View File

@ -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 {