mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 22:51:22 +00:00
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:
parent
70a603c4bb
commit
8c1717677e
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user