summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2004-11-09 21:09:49 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2004-11-09 21:09:49 +0000
commitbb54094567c6f972838bafdf4dd6fe175c02c957 (patch)
treecc0e599037a8d6b4e3a6c53adfa5ddf35c749720 /pkgs
parent55bf9b647295e7953475e9c73ebac1506c7e9e5d (diff)
* Use old wxPython for Bittorrent.
svn path=/nixpkgs/trunk/; revision=1739
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/system/all-packages-generic.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix
index 5f1060056aed9..7fe99c963b161 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) {