From bb54094567c6f972838bafdf4dd6fe175c02c957 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 9 Nov 2004 21:09:49 +0000 Subject: [PATCH] * Use old wxPython for Bittorrent. svn path=/nixpkgs/trunk/; revision=1739 --- pkgs/system/all-packages-generic.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix index 5f1060056aed..7fe99c963b16 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) {