* Use old wxPython for Bittorrent.

svn path=/nixpkgs/trunk/; revision=1739
This commit is contained in:
Eelco Dolstra 2004-11-09 21:09:49 +00:00
parent 55bf9b6472
commit bb54094567

View file

@ -123,7 +123,8 @@ rec {
};
bittorrent = (import ../tools/networking/bittorrent) {
inherit fetchurl stdenv wxPython;
inherit fetchurl stdenv;
wxPython = wxPython24;
};
graphviz = (import ../tools/graphics/graphviz) {