diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix index 5f1060056ae..7fe99c963b1 100644 --- a/pkgs/system/all-packages-generic.nix +++ b/pkgs/system/all-packages-generic.nix @@ -123,7 +123,8 @@ rec { }; bittorrent = (import ../tools/networking/bittorrent) { - inherit fetchurl stdenv wxPython; + inherit fetchurl stdenv; + wxPython = wxPython24; }; graphviz = (import ../tools/graphics/graphviz) {