* Use old wxPython for Bittorrent.
svn path=/nixpkgs/trunk/; revision=1739
This commit is contained in:
parent
55bf9b6472
commit
bb54094567
|
@ -123,7 +123,8 @@ rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
bittorrent = (import ../tools/networking/bittorrent) {
|
bittorrent = (import ../tools/networking/bittorrent) {
|
||||||
inherit fetchurl stdenv wxPython;
|
inherit fetchurl stdenv;
|
||||||
|
wxPython = wxPython24;
|
||||||
};
|
};
|
||||||
|
|
||||||
graphviz = (import ../tools/graphics/graphviz) {
|
graphviz = (import ../tools/graphics/graphviz) {
|
||||||
|
|
Loading…
Reference in New Issue