* Use old wxPython for Bittorrent.
svn path=/nixpkgs/trunk/; revision=1739
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user