mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-07 14:00:59 +03:00
* 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) {
|
||||
inherit fetchurl stdenv wxPython;
|
||||
inherit fetchurl stdenv;
|
||||
wxPython = wxPython24;
|
||||
};
|
||||
|
||||
graphviz = (import ../tools/graphics/graphviz) {
|
||||
|
Loading…
Reference in New Issue
Block a user