From d16ae4efcf86c59c9fc59a488ad5feaf926177e9 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 31 May 2007 13:43:13 +0000 Subject: * Added wxGTK/wxPython 2.8. However this was quite pointless as Bittorrent is even more broken with wxPython 2.8. svn path=/nixpkgs/trunk/; revision=8812 --- pkgs/tools/networking/p2p/bittorrent/builder.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'pkgs/tools/networking/p2p/bittorrent/builder.sh') diff --git a/pkgs/tools/networking/p2p/bittorrent/builder.sh b/pkgs/tools/networking/p2p/bittorrent/builder.sh index 6ae3bef5e237..633f53ebd43d 100644 --- a/pkgs/tools/networking/p2p/bittorrent/builder.sh +++ b/pkgs/tools/networking/p2p/bittorrent/builder.sh @@ -7,7 +7,12 @@ source $makeWrapper # AttributeError: 'NoneType' object has no attribute 'endswith' export HOME=$TMP -buildPhase="python setup.py build" +buildPhase=buildPhase +buildPhase() { + #substituteInPlace BitTorrent/GUI_wx/__init__.py --replace "'2.6'" "'2.8'" + python setup.py build +} + installPhase=installPhase installPhase() { -- cgit 1.4.1