3
0
Fork 0
forked from mirrors/nixpkgs

pkgs/top-level/all-packages.nix: dropped TODO note from Python 2.7

The expression used to say "FIXME: We lack ncurses support", but it
looks to me like ncurses *is* supported.

svn path=/nixpkgs/trunk/; revision=23144
This commit is contained in:
Peter Simons 2010-08-12 12:53:36 +00:00
parent 70a603c4bb
commit 8c1717677e

View file

@ -2124,7 +2124,6 @@ let
};
python27Full = python27Base.override {
# FIXME: We lack ncurses support, needed, e.g., for `gpsd'.
inherit db4 sqlite readline openssl tcl tk ncurses;
inherit (xlibs) libX11 xproto;
};