* Start adding wxPython 2.5. Doesn't work yet though, so disable it
for now. svn path=/nixpkgs/trunk/; revision=1489
This commit is contained in:
@@ -640,10 +640,15 @@ rec {
|
||||
inherit fetchurl stdenv perl expat;
|
||||
};
|
||||
|
||||
wxPython = (import ../development/python-modules/wxPython) {
|
||||
wxPython = (import ../development/python-modules/wxPython-2.5) {
|
||||
inherit fetchurl stdenv pkgconfig wxGTK python;
|
||||
};
|
||||
|
||||
wxPython24 = (import ../development/python-modules/wxPython) {
|
||||
inherit fetchurl stdenv pkgconfig python;
|
||||
wxGTK = wxGTK24;
|
||||
};
|
||||
|
||||
readline = (import ../development/libraries/readline) {
|
||||
inherit fetchurl stdenv ncurses;
|
||||
};
|
||||
|
||||
@@ -17,7 +17,7 @@ let {
|
||||
wget
|
||||
par2cmdline
|
||||
cksfv
|
||||
bittorrent
|
||||
# bittorrent
|
||||
graphviz
|
||||
bash
|
||||
binutils
|
||||
|
||||
Reference in New Issue
Block a user